diff options
author | (quasar) nebula <qznebula@protonmail.com> | 2025-07-02 16:09:03 -0300 |
---|---|---|
committer | (quasar) nebula <qznebula@protonmail.com> | 2025-07-02 16:09:03 -0300 |
commit | 1c7593373b82de7fea10110ecd95a2ba3f862767 (patch) | |
tree | 8f1afac8bb853d6ee3e1752331e1efaebee324d9 /src | |
parent | 907811abeec9851b0dd323470c4698fbb4b09261 (diff) |
css: handful of overflow things to flee `contain: paint`
Diffstat (limited to 'src')
-rw-r--r-- | src/static/css/site.css | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/src/static/css/site.css b/src/static/css/site.css index a9ed90c6..02a42668 100644 --- a/src/static/css/site.css +++ b/src/static/css/site.css @@ -3434,15 +3434,12 @@ main.long-content .content-sticky-heading-container .content-sticky-subheading-r grid-template-columns: 1fr min(40%, 90px); } -.content-sticky-heading-root.has-cover { - padding-right: min(40%, 400px); -} - .content-sticky-heading-row h1 { position: relative; margin: 0; padding-right: 20px; line-height: 1.4; + overflow-x: hidden; } .content-sticky-heading-row h1 .reference-collapsed-heading { @@ -3582,7 +3579,9 @@ main.long-content .content-sticky-heading-container .content-sticky-subheading-r } #content, .sidebar { - contain: paint; + /* In the year of our pizza 2025, we try commenting this out. + */ + /*contain: paint;*/ } /* Sticky sidebar */ |