diff options
Diffstat (limited to 'static')
| -rw-r--r-- | static/skeleton.css | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/static/skeleton.css b/static/skeleton.css index 4b94ca5..bc08f7b 100644 --- a/static/skeleton.css +++ b/static/skeleton.css @@ -25,6 +25,7 @@ header { align-items: center; width: 100%; box-sizing: border-box; + z-index: 100; } #siteTitle { @@ -132,7 +133,7 @@ main { #leftPane, #rightPane { position: sticky; - top: 56px; + top: 72px; height: max-content; } @media (width < 1200px) { |
