Slightly improved mobile UI
authorAlexander Ebert <ebert@woltlab.com>
Sat, 27 Aug 2016 15:21:01 +0000 (17:21 +0200)
committerAlexander Ebert <ebert@woltlab.com>
Sat, 27 Aug 2016 16:40:04 +0000 (18:40 +0200)
wcfsetup/install/files/style/ui/dropdownInteractive.scss
wcfsetup/install/files/style/ui/menuMobile.scss

index e5ae4136dab0ff237052eb11e1b630488277bc48..51b0f00cd1aca3b77b0f4454f4597a682576cfbf 100644 (file)
@@ -34,7 +34,7 @@
                // override JS positioning
                bottom: 0 !important;
                left: auto !important;
-               top: 52px !important;
+               top: 0 !important;
                right: 0 !important;
                
                > .interactiveDropdownHeader,
index 1497020f57efcd57ed3bd0f2b1002d78503d5ea4..3648d77b59ed2f3c20eaa6d160d9b207dddba59b 100644 (file)
@@ -49,6 +49,7 @@
        &.allowScroll {
                .menuOverlayItemList:not(.hidden) {
                        overflow: auto;
+                       -webkit-overflow-scrolling: touch;
                }
        }