Restrict the iOS dropdown fix to dialogs only
authorAlexander Ebert <ebert@woltlab.com>
Fri, 5 Apr 2019 09:58:52 +0000 (11:58 +0200)
committerMatthias Schmidt <gravatronics@live.com>
Sat, 5 Oct 2019 11:29:01 +0000 (13:29 +0200)
(cherry picked from commit d0b81fb28a5865a0a9cfaf9456b69d03839f24f7)

wcfsetup/install/files/style/ui/dropdown.scss

index 5a27a2f5071574455da131bbfa45d3c1f502acc8..d85089993483f574a19905eb1e8ea09826b698e3 100644 (file)
@@ -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;
        }
 }