From: kedama Date: Sun, 28 Oct 2018 05:39:59 +0000 (+0900) Subject: Set z-index of dropdown to 9999. (#9126) X-Git-Url: https://git.xn--scling-oua.cat.family/?a=commitdiff_plain;h=678f5ed296e71bb80d170027b114d9d30a7ccab7;p=mastodon.git Set z-index of dropdown to 9999. (#9126) --- diff --git a/app/javascript/styles/mastodon/components.scss b/app/javascript/styles/mastodon/components.scss index 419f85c36..e5d9f7b9f 100644 --- a/app/javascript/styles/mastodon/components.scss +++ b/app/javascript/styles/mastodon/components.scss @@ -1669,6 +1669,7 @@ a.account__display-name { padding: 4px 0; border-radius: 4px; box-shadow: 2px 4px 15px rgba($base-shadow-color, 0.4); + z-index: 9999; ul { list-style: none;