Fixed z-index issue preventing clicks on scrollbar
authorAlexander Ebert <ebert@woltlab.com>
Wed, 10 Dec 2014 13:27:49 +0000 (14:27 +0100)
committerAlexander Ebert <ebert@woltlab.com>
Wed, 10 Dec 2014 13:27:49 +0000 (14:27 +0100)
wcfsetup/install/files/style/dropdown.less

index f3288db7f030dfe74712df781149d90cf333a754..b96fc372c34182edef6d892074770aa0b3429d6e 100644 (file)
                border-width: 1px 0;
                max-height: 300px;
                
+               &.ps-container {
+                       > .interactiveDropdownItems {
+                               position: relative;
+                               z-index: 100;
+                       }
+                       
+                       > .ps-scrollbar-y-rail {
+                               z-index: 200;
+                       }
+               }
+               
                > .interactiveDropdownItems {
                        > li {
                                background-color: @wcfDropdownBackgroundColor;