Added missing overflow behavior control
authorAlexander Ebert <ebert@woltlab.com>
Tue, 30 Aug 2016 11:24:40 +0000 (13:24 +0200)
committerAlexander Ebert <ebert@woltlab.com>
Tue, 30 Aug 2016 11:26:15 +0000 (13:26 +0200)
wcfsetup/install/files/style/ui/dropdownInteractive.scss

index 51b0f00cd1aca3b77b0f4454f4597a682576cfbf..56f03b29b44f24ae70fd777a97c0173707b4fd4b 100644 (file)
                flex: 1 1 auto;
                overflow: auto;
                
+               -webkit-overflow-scrolling: touch;
+               
                /* increase the clickable area of the mark as read icon */
                .interactiveDropdownItemMarkAsRead {
                        bottom: 0;