Fix Filemanager tile view is not scrollable in mobile theme

This commit is contained in:
Hadi Nategh 2015-02-10 11:42:38 +00:00
parent 8b45db5183
commit 961a8303ec
2 changed files with 8 additions and 0 deletions

View File

@ -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;
}

View File

@ -63,6 +63,11 @@
}
}
}
tbody{
tr{
touch-action:initial;
}
}
}
}
#egw_fw_basecontainer{