From: Alexander Ebert Date: Tue, 10 May 2022 16:06:08 +0000 (+0200) Subject: Incorrect dialog position on smartphones X-Git-Tag: 5.5.0_Beta_2~1 X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=c431fa7d000ea8fc3c07fc68826281305879a244;p=GitHub%2FWoltLab%2FWCF.git Incorrect dialog position on smartphones See https://www.woltlab.com/community/thread/295560-neues-thema-erstellen-au%C3%9Ferhalb-des-bildschirms/ --- diff --git a/wcfsetup/install/files/style/ui/dialog.scss b/wcfsetup/install/files/style/ui/dialog.scss index 81313321ff..42f0504f68 100644 --- a/wcfsetup/install/files/style/ui/dialog.scss +++ b/wcfsetup/install/files/style/ui/dialog.scss @@ -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 {