From: kedama Date: Sun, 28 Oct 2018 05:39:59 +0000 (+0900) Subject: [Glitch] Set z-index of dropdown to 9999. X-Git-Url: https://git.xn--scling-oua.cat.family/?a=commitdiff_plain;h=afa753a890197b188ddf7ba6a8493d4fe361d956;p=mastodon.git [Glitch] Set z-index of dropdown to 9999. Port 678f5ed296e71bb80d170027b114d9d30a7ccab7 to glitch-soc Signed-off-by: Thibaut Girka --- diff --git a/app/javascript/flavours/glitch/styles/components/index.scss b/app/javascript/flavours/glitch/styles/components/index.scss index 306e62342..04266c497 100644 --- a/app/javascript/flavours/glitch/styles/components/index.scss +++ b/app/javascript/flavours/glitch/styles/components/index.scss @@ -464,6 +464,7 @@ padding: 4px 0; border-radius: 4px; box-shadow: 2px 4px 15px rgba($base-shadow-color, 0.4); + z-index: 9999; ul { list-style: none;