diff options
Diffstat (limited to 'assets/_main.scss')
-rw-r--r-- | assets/_main.scss | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/assets/_main.scss b/assets/_main.scss index df81cb5..6f9dd29 100644 --- a/assets/_main.scss +++ b/assets/_main.scss @@ -9,6 +9,7 @@ html, body { min-width: $body-min-width; overflow-x: hidden; + height: 100vh; // For sticky elements } body { @@ -321,8 +322,7 @@ aside nav, transform: translateX($menu-width); } - .book-header aside, - .markdown { + .book-page { opacity: 0.25; } |