diff --git a/pixelegg/mobile/fw_mobile.css b/pixelegg/mobile/fw_mobile.css index 78ccc9ec6d..a6d3eeb50c 100644 --- a/pixelegg/mobile/fw_mobile.css +++ b/pixelegg/mobile/fw_mobile.css @@ -7058,6 +7058,8 @@ form[id^="tracker-"] .dialogHeadbar { -webkit-overflow-scrolling: touch; } body { + /* Stop pull-to-refresh on chrome*/ + overflow-y: hidden; /*Notification popup*/ /*Chosen*/ /* View mode styles*/ diff --git a/pixelegg/mobile/fw_mobile.less b/pixelegg/mobile/fw_mobile.less index 00099a8d03..446f0f35ab 100644 --- a/pixelegg/mobile/fw_mobile.less +++ b/pixelegg/mobile/fw_mobile.less @@ -234,6 +234,9 @@ html *{touch-action:auto;-webkit-overflow-scrolling: touch;} body { + /* Stop pull-to-refresh on chrome*/ + overflow-y: hidden; + button[id*="save"]:hover, button[id*="apply"]:hover, button[id*="copy"]:hover,