From: Alexander Ebert Date: Sun, 15 May 2022 09:04:40 +0000 (+0200) Subject: Newer iOS versions permit a click near the bottom X-Git-Tag: 5.5.0_Beta_3~33 X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=5ca373b7b8da8858b2b62220e144bced6acf8039;p=GitHub%2FWoltLab%2FWCF.git Newer iOS versions permit a click near the bottom --- diff --git a/wcfsetup/install/files/style/ui/pageAction.scss b/wcfsetup/install/files/style/ui/pageAction.scss index 774e970d54..33b89a68dc 100644 --- a/wcfsetup/install/files/style/ui/pageAction.scss +++ b/wcfsetup/install/files/style/ui/pageAction.scss @@ -54,9 +54,6 @@ } @include screen-sm-down { - /* The iOS bottom touch zone is approximately 30px high. Any touches within will show the - menu instead of registering any touch on a button. */ - bottom: 30px; transition: bottom 0.12s linear; &:not(.pageActionHasContextButtons) {