diff --git a/docs/src/styles/98-patched.css b/docs/src/styles/98-patched.css index 7996924b1..4022d18e0 100644 --- a/docs/src/styles/98-patched.css +++ b/docs/src/styles/98-patched.css @@ -102,11 +102,6 @@ starlight-menu-button button svg { } } -.main-pane { - position: relative; - z-index: -1; -} - .main-pane main { display: flex; justify-content: center; @@ -199,7 +194,8 @@ summary .group-label .large { @media (max-width: 72rem) { .right-sidebar-container { - display: none; + z-index: 1; + pointer-events: none; } } @@ -239,6 +235,10 @@ summary .group-label .large { } } +.main-pane main .content-panel a { + color: blue; +} + .pagination-links a { background: silver; border: none;