diff options
| author | winter | 2025-01-26 16:24:10 +0000 |
|---|---|---|
| committer | winter | 2025-01-26 16:24:10 +0000 |
| commit | e8106abb8006f5e60e1f2d42621c64ae3d78e372 (patch) | |
| tree | 04bb030cdba4043794eb7136b5ca24fd8e81886d /static/skeleton.css | |
| parent | 890dad24d6c095c41e6358b2a6cb61f1b6c2f6ad (diff) | |
infinite scroll
Diffstat (limited to 'static/skeleton.css')
| -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) { |
