From be0121428d1b66878725b36d4d6e9ad588c320ce Mon Sep 17 00:00:00 2001 From: "(quasar) nebula" Date: Sat, 18 May 2024 07:41:21 -0300 Subject: css: fix image-overlay appearing beneath search box --- src/static/css/site.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/static') 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; -- cgit 1.3.0-6-gf8a5