From 4a37e4eb521d2070cb1f48bdaba077b62f25230b Mon Sep 17 00:00:00 2001 From: "(quasar) nebula" Date: Sun, 30 Mar 2025 06:47:17 -0300 Subject: css: restore sticky subheading position: absolute Necessary for z-indexing, actually. Also affects hit detection for identifying which content heading is nearest, but we'll change that momentarily. --- src/static/css/site.css | 1 + 1 file changed, 1 insertion(+) (limited to 'src') diff --git a/src/static/css/site.css b/src/static/css/site.css index 02bd3982..dd22a026 100644 --- a/src/static/css/site.css +++ b/src/static/css/site.css @@ -3083,6 +3083,7 @@ main.long-content .content-sticky-heading-container .content-sticky-subheading-r } .content-sticky-subheading-row { + position: absolute; width: 100%; box-sizing: border-box; padding: 10px 20px 5px 20px; -- cgit 1.3.0-6-gf8a5