]> cat aescling's git repositories - mastodon.git/commitdiff
Set z-index of dropdown to 9999. (#9126)
authorkedama <kedama@foresdon.jp>
Sun, 28 Oct 2018 05:39:59 +0000 (14:39 +0900)
committerEugen Rochko <eugen@zeonfederated.com>
Sun, 28 Oct 2018 05:39:59 +0000 (06:39 +0100)
app/javascript/styles/mastodon/components.scss

index 419f85c36ff2c8cdc9a654edbd30dda8cf28c786..e5d9f7b9f130469bead76915e6448b744aba191c 100644 (file)
@@ -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;