From: Alexander Ebert Date: Fri, 5 Apr 2019 09:58:52 +0000 (+0200) Subject: Restrict the iOS dropdown fix to dialogs only X-Git-Tag: 5.2.0_Beta_2~10^2~1 X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=afee3231500585be54f40b84590d7146b84fa686;p=GitHub%2FWoltLab%2FWCF.git Restrict the iOS dropdown fix to dialogs only (cherry picked from commit d0b81fb28a5865a0a9cfaf9456b69d03839f24f7) --- diff --git a/wcfsetup/install/files/style/ui/dropdown.scss b/wcfsetup/install/files/style/ui/dropdown.scss index 5a27a2f507..d850899934 100644 --- a/wcfsetup/install/files/style/ui/dropdown.scss +++ b/wcfsetup/install/files/style/ui/dropdown.scss @@ -71,7 +71,7 @@ set to `overflow: hidden`, causing the site to implicitly scroll. Elements with absolute positioning are still relative to (0,0) and are thus (partially) moved out of the viewport. */ - html.iOS .dropdownMenu.dropdownOpen { + .pageOverlayActive.iOS .dropdownMenu.dropdownOpen { position: fixed; } }