Fixed interactive dropdown sometimes flickering
authorAlexander Ebert <ebert@woltlab.com>
Sun, 31 Jan 2016 22:12:22 +0000 (23:12 +0100)
committerAlexander Ebert <ebert@woltlab.com>
Sun, 31 Jan 2016 22:12:22 +0000 (23:12 +0100)
wcfsetup/install/files/style/ui/dropdownInteractive.scss

index 3d9cbe5852b4d84010bbede41c004455ccf8a221..7fd65205a176e3cdbe41f5ac9a4f9807c74c8d37 100644 (file)
@@ -14,6 +14,9 @@
        visibility: hidden;
        z-index: 450;
        
+       /* prevent dropdown from flickering during calculation */
+       left: -200%;
+       
        > .elementPointer {
                border-color: $wcfDropdownBorder transparent;
                border-style: solid;