mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-12-21 22:22:15 +01:00
Mobile theme W.I.P.:
- Disable chrome pull-to-refresh feature, prevents unwanted refresh by over-scrolling
This commit is contained in:
parent
5e65949ac8
commit
df88fb8733
@ -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*/
|
||||
|
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user