1
0
mirror of https://github.com/misterunknown/ifm.git synced 2025-08-09 09:36:29 +02:00

Copy/Move treeview should not overlap the viewport, but scrollable

Signed-off-by: Marco Dickert <marco@misterunknown.de>
This commit is contained in:
Marco Dickert
2020-01-31 16:48:51 +01:00
parent f4dafb3215
commit c2002bc15c
3 changed files with 15 additions and 0 deletions

View File

@@ -1083,6 +1083,11 @@ table.dataTable thead th.sorting_asc:after {
table.dataTable thead th.sorting_desc:after {
content: "\f0dd";
}
#copyMoveTree {
max-height: 80vh;
overflow: auto;
}
<?php print '</style>
';
}

View File

@@ -1083,6 +1083,11 @@ table.dataTable thead th.sorting_asc:after {
table.dataTable thead th.sorting_desc:after {
content: "\f0dd";
}
#copyMoveTree {
max-height: 80vh;
overflow: auto;
}
<?php print '</style>
';
}

View File

@@ -129,3 +129,8 @@ table.dataTable thead th.sorting_asc:after {
table.dataTable thead th.sorting_desc:after {
content: "\f0dd";
}
#copyMoveTree {
max-height: 80vh;
overflow: auto;
}