Increased the z-index of the reaction popover
authorAlexander Ebert <ebert@woltlab.com>
Tue, 22 Sep 2020 11:34:16 +0000 (13:34 +0200)
committerAlexander Ebert <ebert@woltlab.com>
Tue, 22 Sep 2020 11:34:16 +0000 (13:34 +0200)
This prevents the reactions from being overlapped by an adjacent tab menu on mobile devices.

wcfsetup/install/files/style/ui/reactions.scss

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