diff --git a/docs/index.html b/docs/index.html index 967bda15..f928ffd4 100644 --- a/docs/index.html +++ b/docs/index.html @@ -15,6 +15,37 @@ } } catch (e) {} + + + + +
diff --git a/docs/src/global.css b/docs/src/global.css index 113aae3f..51253589 100644 --- a/docs/src/global.css +++ b/docs/src/global.css @@ -35,6 +35,11 @@ html[theme="g90"] .code-override { overflow-x: auto; } +/* Override to accommodate mandatory footer */ +.bx--header~.bx--side-nav { + height: calc(100% - 120px); +} + /* Addig this to the layout grid fixes overstretching. */ .fix-overflow { min-width: 0; diff --git a/docs/src/pages/index.svelte b/docs/src/pages/index.svelte index a5dab734..58588e70 100644 --- a/docs/src/pages/index.svelte +++ b/docs/src/pages/index.svelte @@ -312,6 +312,10 @@ + +