Fixed z-index stacking issue
authorAlexander Ebert <ebert@woltlab.com>
Thu, 1 Sep 2016 20:05:31 +0000 (22:05 +0200)
committerAlexander Ebert <ebert@woltlab.com>
Thu, 1 Sep 2016 20:05:37 +0000 (22:05 +0200)
wcfsetup/install/files/style/ui/message.scss

index f26172bad6173dc4dd188ff695ac427fb471f1c2..e54c04844fa78ec92b0044670d4c82943138b96e 100644 (file)
@@ -1,4 +1,8 @@
 .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;
                        }