Fixed dropdown z-index
authorAlexander Ebert <ebert@woltlab.com>
Sun, 23 Oct 2016 16:10:39 +0000 (18:10 +0200)
committerAlexander Ebert <ebert@woltlab.com>
Sun, 23 Oct 2016 16:10:46 +0000 (18:10 +0200)
wcfsetup/install/files/acp/style/acpStyleEditor.css

index a79fb23861d731824eefd74508ef9a88f1309720..2766a083e8c5d3c5626ab88d5355a113f836aa61 100644 (file)
@@ -54,7 +54,7 @@ html[dir="rtl"] #spTable th { text-align: right; }
 #spButtonPrimary { margin-top: 10px; }
 
 /* ### dropdown ### */
-#spDropdown { display: inline-block; float: none; position: relative; visibility: visible; }
+#spDropdown { display: inline-block; float: none; position: relative; visibility: visible; z-index: 10; }
 
 /* ### footer box ### */
 #spFooterBox > .spBoundary { display: flex; justify-content: space-between; padding: 15px 0; }