* Mobile: Fix scrolling not working in new Safari mobile browser

This commit is contained in:
Hadi Nategh 2020-08-10 11:41:55 +02:00
parent 6c7f9a2e33
commit 98f11c7efe
2 changed files with 4 additions and 1 deletions

View File

@ -6879,6 +6879,9 @@ div.dhtmlxMenu_egw_SubLevelArea_Polygon table.dhtmlxMebu_SubLevelArea_Tbl div.co
.select-cat li {
border-left: 4px solid transparent;
}
.egwGridView_scrollarea tr {
touch-action: initial;
}
.et2_taglist_category span[class*="cat_"]:not([class*="cat_level"]) {
width: 4px;
}

View File

@ -375,7 +375,7 @@ div.dhtmlxMenu_egw_SubLevelArea_Polygon table.dhtmlxMebu_SubLevelArea_Tbl div.co
.egwGridView_scrollarea tr.row_category > td:first-child, .select-cat li {
border-left: 4px solid transparent;
}
.egwGridView_scrollarea tr {touch-action:initial;}
.et2_taglist_category span[class*="cat_"]:not([class*="cat_level"]) {width:4px;}
.et2_taglist_category.et2_taglist_single span[class*="cat_"]:not([class*="cat_level"]) {
height: 1.5em;