From 29cae1bbb9572133bcb58167a8ee5834016f260b Mon Sep 17 00:00:00 2001 From: Anmol Date: Wed, 20 Jan 2021 11:05:47 +0530 Subject: [PATCH] docs.css update z-index increased because the z-index of both the section ( #example .masthead.segment ) and the adjacent section ( #semantic-sponsor ) in the links like https://semantic-ui.com/views/card.html where there is theme select option, there the dropdown gets hidden behind the #semantic sponsor section so we arent able to access the themes for selection. --- 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..140ccbb632 100755 --- a/server/files/stylesheets/docs.css +++ b/server/files/stylesheets/docs.css @@ -230,7 +230,7 @@ blockquote .author { #example .masthead.segment { position: relative; - z-index: 3; + z-index: 4; margin: 0em; min-height: 185px; padding: 3em 0em;