diff --git a/docs/docs/style.css b/docs/docs/style.css index 618db12..a2ff376 100644 --- a/docs/docs/style.css +++ b/docs/docs/style.css @@ -1,5 +1,9 @@ @import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;500;600;700;800&display=swap'); +html, body { + height: 100%; +} + body { font-family: 'Open Sans', sans-serif; margin: 0; @@ -7,6 +11,7 @@ background-color: #111; color: white; display: flex; flex-direction: column; + } .navbar { position: sticky; top: 0px;