From 5ca373b7b8da8858b2b62220e144bced6acf8039 Mon Sep 17 00:00:00 2001 From: Alexander Ebert Date: Sun, 15 May 2022 11:04:40 +0200 Subject: [PATCH] Newer iOS versions permit a click near the bottom --- wcfsetup/install/files/style/ui/pageAction.scss | 3 --- 1 file changed, 3 deletions(-) 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) { -- 2.20.1