forked from extern/egroupware
* All apps: fixed scrolling in lists for iPad in desktop mode
This commit is contained in:
parent
71b8d6ec6b
commit
2cb0c613ba
@ -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;
|
||||||
}
|
}
|
||||||
|
@ -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;
|
||||||
|
Loading…
Reference in New Issue
Block a user