From d3744e0ee0ec388cce94bdf530dd782f74a098b7 Mon Sep 17 00:00:00 2001 From: Alexander Ebert Date: Sat, 27 Aug 2016 13:54:06 +0200 Subject: [PATCH] Improved iPad usability of interactive dropdowns --- wcfsetup/install/files/style/ui/dropdownInteractive.scss | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/wcfsetup/install/files/style/ui/dropdownInteractive.scss b/wcfsetup/install/files/style/ui/dropdownInteractive.scss index 6ab875d159..994f23fab1 100644 --- a/wcfsetup/install/files/style/ui/dropdownInteractive.scss +++ b/wcfsetup/install/files/style/ui/dropdownInteractive.scss @@ -37,9 +37,17 @@ 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; } } } -- 2.20.1