From bc68f439fca420a99a34811cf1e8ce14a1362faa Mon Sep 17 00:00:00 2001 From: "(quasar) nebula" Date: Mon, 27 Apr 2026 13:23:27 -0300 Subject: css: get really grumpy about liquid glass safari --- src/static/css/features.css | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'src/static/css') diff --git a/src/static/css/features.css b/src/static/css/features.css index 3a1a0cdd..332bb9fa 100644 --- a/src/static/css/features.css +++ b/src/static/css/features.css @@ -2118,7 +2118,7 @@ .content-sticky-heading-root:not([inert]) { position: sticky; - top: 0; + top: -1px; } .content-sticky-heading-anchor:not(:where(.content-sticky-heading-root[inert]) *) { @@ -2226,6 +2226,8 @@ .content-sticky-heading-row { background: var(--bg-black-color); border-bottom: 1px dotted rgba(220, 220, 220, 0.4); + border-top: 1px solid rgba(220, 220, 220, 0.24); + border-radius: 1.4px 1.4px 0 0; box-shadow: inset 0 10px 10px -5px var(--shadow-color), -- cgit 1.3.0-6-gf8a5