Mobile theme W.I.P.:

- Disable chrome pull-to-refresh feature, prevents unwanted refresh by over-scrolling
This commit is contained in:
Hadi Nategh 2016-04-11 08:27:10 +00:00
parent 5e65949ac8
commit df88fb8733
2 changed files with 5 additions and 0 deletions

View File

@ -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*/

View File

@ -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,