From e8106abb8006f5e60e1f2d42621c64ae3d78e372 Mon Sep 17 00:00:00 2001 From: winter Date: Sun, 26 Jan 2025 16:24:10 +0000 Subject: infinite scroll --- static/skeleton.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'static/skeleton.css') 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) { -- cgit v1.3