mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-07 16:44:07 +01:00
Mobile theme W.I.P.:
- Fix iOS scrolling delay
This commit is contained in:
parent
95648db5fc
commit
6de553cf88
@ -6926,6 +6926,9 @@ span.egw_tutorial_title {
|
||||
/*Tablets Portrait*/
|
||||
/*Smartphones*/
|
||||
@media only screen and (max-device-width : 1024px) {
|
||||
html * {
|
||||
-webkit-overflow-scrolling: touch;
|
||||
}
|
||||
#egw_fw_print {
|
||||
display: none;
|
||||
}
|
||||
|
@ -39,6 +39,9 @@
|
||||
|
||||
@media @handheld
|
||||
{
|
||||
html * {
|
||||
-webkit-overflow-scrolling: touch;
|
||||
}
|
||||
#egw_fw_print {
|
||||
display:none;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user