From afee3231500585be54f40b84590d7146b84fa686 Mon Sep 17 00:00:00 2001 From: Alexander Ebert Date: Fri, 5 Apr 2019 11:58:52 +0200 Subject: [PATCH] Restrict the iOS dropdown fix to dialogs only (cherry picked from commit d0b81fb28a5865a0a9cfaf9456b69d03839f24f7) --- wcfsetup/install/files/style/ui/dropdown.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; } } -- 2.20.1