Incorrect dialog position on smartphones
authorAlexander Ebert <ebert@woltlab.com>
Tue, 10 May 2022 16:06:08 +0000 (18:06 +0200)
committerAlexander Ebert <ebert@woltlab.com>
Tue, 10 May 2022 16:06:08 +0000 (18:06 +0200)
See https://www.woltlab.com/community/thread/295560-neues-thema-erstellen-au%C3%9Ferhalb-des-bildschirms/

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

index 81313321ffdf5dd037ac015f186c7089bdfcbb83..42f0504f68e5d73de37768378355217a0889bebf 100644 (file)
@@ -53,6 +53,9 @@
                position: fixed;
                right: 0 !important;
                top: 0 !important;
+
+               // Remove the offsets for the dialog position.
+               transform: none !important;
        }
 
        @include screen-sm-up {