Improved iPad usability of interactive dropdowns
authorAlexander Ebert <ebert@woltlab.com>
Sat, 27 Aug 2016 11:54:06 +0000 (13:54 +0200)
committerAlexander Ebert <ebert@woltlab.com>
Sat, 27 Aug 2016 11:54:06 +0000 (13:54 +0200)
wcfsetup/install/files/style/ui/dropdownInteractive.scss

index 6ab875d1599f41d87c518dbdc2ed7a0c6531d902..994f23fab160f2319b61d5661975c57b3df161b9 100644 (file)
                top: 52px !important;
                right: 0 !important;
                
+               > .interactiveDropdownHeader,
+               > .interactiveDropdownShowAll {
+                       flex: 0 0 auto;
+               }
+               
                > .interactiveDropdownItemsContainer {
                        flex: 1 1 auto;
                        max-height: none;
+                       overflow: auto;
+                       
+                       -webkit-overflow-scrolling: touch;
                }
        }
 }