diff options
author | (quasar) nebula <qznebula@protonmail.com> | 2025-03-30 06:47:17 -0300 |
---|---|---|
committer | (quasar) nebula <qznebula@protonmail.com> | 2025-03-30 06:47:17 -0300 |
commit | 4a37e4eb521d2070cb1f48bdaba077b62f25230b (patch) | |
tree | 81a620b7694aa3da64dc909d720700aac0d14788 /src/static | |
parent | 54b7277fb24da12e7c80be75cea660dd1aa34a46 (diff) |
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.
Diffstat (limited to 'src/static')
-rw-r--r-- | src/static/css/site.css | 1 |
1 files changed, 1 insertions, 0 deletions
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; |