Mobile theme W.I.P.:

- Fix iOS scrolling delay
This commit is contained in:
Hadi Nategh 2016-02-22 17:20:18 +00:00
parent 95648db5fc
commit 6de553cf88
2 changed files with 6 additions and 0 deletions

View File

@ -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;
}

View File

@ -39,6 +39,9 @@
@media @handheld
{
html * {
-webkit-overflow-scrolling: touch;
}
#egw_fw_print {
display:none;
}