Decrease z-index of quote tooltips
authorAlexander Ebert <ebert@woltlab.com>
Tue, 29 Aug 2017 11:50:19 +0000 (13:50 +0200)
committerAlexander Ebert <ebert@woltlab.com>
Tue, 29 Aug 2017 11:50:19 +0000 (13:50 +0200)
wcfsetup/install/files/style/ui/tooltip.scss

index 61e7fcf93a177ea83be6b7081a30d8c76d261e7e..53f305fb1d2909a1707e2ce45ecc9b413ac73623 100644 (file)
@@ -39,3 +39,7 @@
                }
        }
 }
+
+#quoteManagerCopy {
+       z-index: 350;
+}