Newer iOS versions permit a click near the bottom
authorAlexander Ebert <ebert@woltlab.com>
Sun, 15 May 2022 09:04:40 +0000 (11:04 +0200)
committerAlexander Ebert <ebert@woltlab.com>
Sun, 15 May 2022 09:04:40 +0000 (11:04 +0200)
wcfsetup/install/files/style/ui/pageAction.scss

index 774e970d5428b305e9534b4f689540080a8df591..33b89a68dc0f436e3d8e77e7a1213b5994b36800 100644 (file)
@@ -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) {