diff options
author | (quasar) nebula <qznebula@protonmail.com> | 2025-03-30 06:12:07 -0300 |
---|---|---|
committer | (quasar) nebula <qznebula@protonmail.com> | 2025-03-30 06:12:07 -0300 |
commit | d4e271e4457828bbfcacffc9b889a0a132c65335 (patch) | |
tree | 6c4c8e00bd68d031caed9c26edee24f356d6dca9 /src | |
parent | f8184692746087d433a84fd6a7df7a1890d92480 (diff) |
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.
Diffstat (limited to 'src')
-rw-r--r-- | src/static/css/site.css | 1 |
1 files changed, 0 insertions, 1 deletions
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; |