From: Alexander Ebert Date: Wed, 10 Dec 2014 13:27:49 +0000 (+0100) Subject: Fixed z-index issue preventing clicks on scrollbar X-Git-Tag: 2.1.0_Beta_1~76^2~1 X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=d92c46e511cf6bbb8040baac254229b1faeab0ec;p=GitHub%2FWoltLab%2FWCF.git Fixed z-index issue preventing clicks on scrollbar --- diff --git a/wcfsetup/install/files/style/dropdown.less b/wcfsetup/install/files/style/dropdown.less index f3288db7f0..b96fc372c3 100644 --- a/wcfsetup/install/files/style/dropdown.less +++ b/wcfsetup/install/files/style/dropdown.less @@ -314,6 +314,17 @@ 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;