mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-03-03 01:21:42 +01:00
Fix Filemanager tile view is not scrollable in mobile theme
This commit is contained in:
parent
8b45db5183
commit
961a8303ec
@ -6282,6 +6282,9 @@ a.textSidebox {
|
||||
body table.egwGridView_outer thead tr th {
|
||||
font-size: small !important;
|
||||
}
|
||||
body table.egwGridView_outer tbody tr {
|
||||
touch-action: initial;
|
||||
}
|
||||
#egw_fw_basecontainer {
|
||||
background: white;
|
||||
}
|
||||
|
@ -63,6 +63,11 @@
|
||||
}
|
||||
}
|
||||
}
|
||||
tbody{
|
||||
tr{
|
||||
touch-action:initial;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
#egw_fw_basecontainer{
|
||||
|
Loading…
Reference in New Issue
Block a user