From d4e271e4457828bbfcacffc9b889a0a132c65335 Mon Sep 17 00:00:00 2001 From: "(quasar) nebula" Date: Sun, 30 Mar 2025 06:12:07 -0300 Subject: css: drop position: absolute on sticky subheading No longer necessary because we're now allowing for the height of the sticky heading (as a whole) to be dynamic. --- src/static/css/site.css | 1 - 1 file changed, 1 deletion(-) (limited to 'src') diff --git a/src/static/css/site.css b/src/static/css/site.css index 86a4663f..b266b208 100644 --- a/src/static/css/site.css +++ b/src/static/css/site.css @@ -3078,7 +3078,6 @@ 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