Fixed dialog button position in iOS Safari
authorAlexander Ebert <ebert@woltlab.com>
Fri, 13 Jan 2017 11:26:40 +0000 (12:26 +0100)
committerAlexander Ebert <ebert@woltlab.com>
Fri, 13 Jan 2017 11:26:50 +0000 (12:26 +0100)
wcfsetup/install/files/style/ui/dialog.scss

index d4b69d9ba1ec4e67487db5bf66654cd7720b2cac..1c6ea360863b8cd42fff97bd43e9b3a2698f0ff5 100644 (file)
        > .dialogContent {
                background-color: $wcfContentBackground;
                overflow: auto;
-               -webkit-overflow-scrolling: touch;
+               
+               // do not use `-webkit-overflow-scrolling` as it will cut off content in iOS Safari
                
                &:not(.dialogContentNoPadding) {
                        @include screen-sm-down {