mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-01-18 03:48:55 +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;
|
-webkit-overflow-scrolling: touch;
|
||||||
}
|
}
|
||||||
body {
|
body {
|
||||||
|
/* Stop pull-to-refresh on chrome*/
|
||||||
|
overflow-y: hidden;
|
||||||
/*Notification popup*/
|
/*Notification popup*/
|
||||||
/*Chosen*/
|
/*Chosen*/
|
||||||
/* View mode styles*/
|
/* View mode styles*/
|
||||||
|
@ -234,6 +234,9 @@
|
|||||||
html *{touch-action:auto;-webkit-overflow-scrolling: touch;}
|
html *{touch-action:auto;-webkit-overflow-scrolling: touch;}
|
||||||
body
|
body
|
||||||
{
|
{
|
||||||
|
/* Stop pull-to-refresh on chrome*/
|
||||||
|
overflow-y: hidden;
|
||||||
|
|
||||||
button[id*="save"]:hover,
|
button[id*="save"]:hover,
|
||||||
button[id*="apply"]:hover,
|
button[id*="apply"]:hover,
|
||||||
button[id*="copy"]:hover,
|
button[id*="copy"]:hover,
|
||||||
|
Loading…
Reference in New Issue
Block a user