From c431fa7d000ea8fc3c07fc68826281305879a244 Mon Sep 17 00:00:00 2001 From: Alexander Ebert Date: Tue, 10 May 2022 18:06:08 +0200 Subject: [PATCH] Incorrect dialog position on smartphones See https://www.woltlab.com/community/thread/295560-neues-thema-erstellen-au%C3%9Ferhalb-des-bildschirms/ --- wcfsetup/install/files/style/ui/dialog.scss | 3 +++ 1 file changed, 3 insertions(+) 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 { -- 2.20.1