* All apps: fixed scrolling in lists for iPad in desktop mode

This commit is contained in:
Hadi Nategh 2020-08-10 12:19:25 +02:00
parent 71b8d6ec6b
commit 2cb0c613ba
2 changed files with 4 additions and 1 deletions

View File

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