Fixed z-index issue with mobile inplace dropdowns
authorAlexander Ebert <ebert@woltlab.com>
Wed, 17 Aug 2016 12:50:57 +0000 (14:50 +0200)
committerAlexander Ebert <ebert@woltlab.com>
Wed, 17 Aug 2016 12:51:04 +0000 (14:51 +0200)
wcfsetup/install/files/style/layout/containerList.scss

index 2135b203f9080359148cf3cb9a3d00ede03a0f3d..d66b95c76e81bf3a76a805f0550a394e5881329a 100644 (file)
                        &.open {
                                left: 0;
                                
+                               // dropdown is contained within this element, required to have it stand
+                               // above any succeeding siblings
+                               z-index: 10;
+                               
                                > .buttonList {
                                        display: block;
                                        visibility: visible;