Reduced the reaction popover's z-index to avoid overlapping the menu
authorAlexander Ebert <ebert@woltlab.com>
Fri, 16 Aug 2019 13:18:39 +0000 (15:18 +0200)
committerAlexander Ebert <ebert@woltlab.com>
Fri, 16 Aug 2019 13:18:39 +0000 (15:18 +0200)
wcfsetup/install/files/style/ui/reactions.scss

index fdb276f18a901ea9f473a57b8fb3ca6cab2f82cf..17acca00945385ed370a81a08b16de021bfd724e 100644 (file)
@@ -8,7 +8,7 @@
        top: 0;
        vertical-align: middle;
        visibility: hidden;
-       z-index: 500;
+       z-index: 50;
        
        &.active {
                animation: wcfPopover .3s;