From d92c46e511cf6bbb8040baac254229b1faeab0ec Mon Sep 17 00:00:00 2001 From: Alexander Ebert Date: Wed, 10 Dec 2014 14:27:49 +0100 Subject: [PATCH] Fixed z-index issue preventing clicks on scrollbar --- wcfsetup/install/files/style/dropdown.less | 11 +++++++++++ 1 file changed, 11 insertions(+) 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; -- 2.20.1