From 51bcd57f3d19a8aabbf356767d3d9b67637587a7 Mon Sep 17 00:00:00 2001 From: booshwa Date: Sat, 10 Aug 2019 11:23:58 -0500 Subject: [PATCH] Adjusted z-index for ad placement so theme dropdown is visible When changing themes via the dropdown the sponsor ad placement always covers the menu. --- server/files/stylesheets/docs.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server/files/stylesheets/docs.css b/server/files/stylesheets/docs.css index 641afe66d7..5e615d2165 100755 --- a/server/files/stylesheets/docs.css +++ b/server/files/stylesheets/docs.css @@ -2191,7 +2191,7 @@ code .chunk { #semantic-sponsor { position: relative; - z-index: 3; + z-index: 2; margin-top: -1px; min-height: 40px; border-top: solid 1px #dddddd;