From: Alexander Ebert Date: Tue, 30 Aug 2016 11:24:40 +0000 (+0200) Subject: Added missing overflow behavior control X-Git-Tag: 3.0.0_Beta_1~403 X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=677ba8d63a00cdb654c46a99ae6daf61292632c5;p=GitHub%2FWoltLab%2FWCF.git Added missing overflow behavior control --- 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;