diff options
author | (quasar) nebula <qznebula@protonmail.com> | 2024-05-18 07:41:21 -0300 |
---|---|---|
committer | (quasar) nebula <qznebula@protonmail.com> | 2024-05-31 12:11:55 -0300 |
commit | be0121428d1b66878725b36d4d6e9ad588c320ce (patch) | |
tree | 712d9a19c8182a390f8075d7f7adcd69d094a6e9 /src/static | |
parent | 3fa1bdd574773e79f4861f6f3034fb9c4ec63ffe (diff) |
css: fix image-overlay appearing beneath search box
Diffstat (limited to 'src/static')
-rw-r--r-- | src/static/css/site.css | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/static/css/site.css b/src/static/css/site.css index c6411ead..ca5a02b9 100644 --- a/src/static/css/site.css +++ b/src/static/css/site.css @@ -465,7 +465,7 @@ summary .group-name { .wiki-search-sidebar-box { padding: 1px 0 0 0; - z-index: 999; + z-index: 100; max-height: calc(100vh - 20px); display: flex; @@ -2360,6 +2360,7 @@ main.long-content .content-sticky-heading-container .content-sticky-subheading-r left: 0; right: 0; bottom: 0; + z-index: 4000; background: rgba(0, 0, 0, 0.8); color: white; |