diff options
Diffstat (limited to 'src/static')
| -rw-r--r-- | src/static/css/features.css | 4 |
1 files changed, 3 insertions, 1 deletions
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), |