From 677ba8d63a00cdb654c46a99ae6daf61292632c5 Mon Sep 17 00:00:00 2001 From: Alexander Ebert Date: Tue, 30 Aug 2016 13:24:40 +0200 Subject: [PATCH] Added missing overflow behavior control --- wcfsetup/install/files/style/ui/dropdownInteractive.scss | 2 ++ 1 file changed, 2 insertions(+) diff --git a/wcfsetup/install/files/style/ui/dropdownInteractive.scss b/wcfsetup/install/files/style/ui/dropdownInteractive.scss index 51b0f00cd1..56f03b29b4 100644 --- a/wcfsetup/install/files/style/ui/dropdownInteractive.scss +++ b/wcfsetup/install/files/style/ui/dropdownInteractive.scss @@ -240,6 +240,8 @@ flex: 1 1 auto; overflow: auto; + -webkit-overflow-scrolling: touch; + /* increase the clickable area of the mark as read icon */ .interactiveDropdownItemMarkAsRead { bottom: 0; -- 2.20.1