diff options
Diffstat (limited to 'help3xsl/default.css')
-rw-r--r-- | help3xsl/default.css | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/help3xsl/default.css b/help3xsl/default.css index 1710f1e520..33888ccd2a 100644 --- a/help3xsl/default.css +++ b/help3xsl/default.css @@ -347,7 +347,7 @@ h6 { grid-area: header; position: sticky; top: 0px; - z-index: 1000; + z-index: 100; } header { color: #fff; @@ -621,6 +621,7 @@ li.disabled a { .modules { border-bottom: 2px solid #f3f3f3; background-color: #233336; + z-index: 100; } #modules:after, #langs:after { font-size: 30px; |