diff --git a/pixelegg/css/pixelegg.css b/pixelegg/css/pixelegg.css index 748a246ad5..e9a0e92122 100644 --- a/pixelegg/css/pixelegg.css +++ b/pixelegg/css/pixelegg.css @@ -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; } diff --git a/pixelegg/css/pixelegg.less b/pixelegg/css/pixelegg.less index 86346ec1c8..dd0ed71253 100644 --- a/pixelegg/css/pixelegg.less +++ b/pixelegg/css/pixelegg.less @@ -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;