From: Tim Düsterhus Date: Mon, 29 Oct 2012 20:17:59 +0000 (+0100) Subject: Make it possible to use Popover when an Overlay is active X-Git-Tag: 2.0.0_Beta_1~821^2~12^2~1 X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=93a2ac114eeba52d7746917a356efaab9c99984d;p=GitHub%2FWoltLab%2FWCF.git Make it possible to use Popover when an Overlay is active --- diff --git a/wcfsetup/install/files/style/global.less b/wcfsetup/install/files/style/global.less index ab6111693f..e9f92f859b 100644 --- a/wcfsetup/install/files/style/global.less +++ b/wcfsetup/install/files/style/global.less @@ -120,7 +120,7 @@ a { padding: @wcfGapSmall; position: absolute; vertical-align: middle; - z-index: 320; + z-index: 500; .borderRadius(6px); .boxShadow(0, 1px, rgba(0, 0, 0, .3), 7px);