Revert "Fixed z-index stacking issue"
authorAlexander Ebert <ebert@woltlab.com>
Thu, 1 Sep 2016 20:07:13 +0000 (22:07 +0200)
committerAlexander Ebert <ebert@woltlab.com>
Thu, 1 Sep 2016 20:07:13 +0000 (22:07 +0200)
This reverts commit 49404543c3ffdcf792bfeedc30be37e22a85acf5.

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

index e54c04844fa78ec92b0044670d4c82943138b96e..f26172bad6173dc4dd188ff695ac427fb471f1c2 100644 (file)
@@ -1,8 +1,4 @@
 .messageList {
-       > li {
-               position: relative;
-       }
-       
        &:not(.messageReducedList) {
                @include screen-md-up {
                        border-top: 1px solid $wcfContentBorder;
                @include screen-md-down {
                        margin-top: -52px;
                        
-                       & + li {
-                               z-index: -1;
-                       }
-                       
                        &::after {
                                height: 52px;
                        }