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:
@@ -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>
|
||||
';
|
||||
}
|
||||
|
5
ifm.php
5
ifm.php
@@ -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>
|
||||
';
|
||||
}
|
||||
|
@@ -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;
|
||||
}
|
||||
|
Reference in New Issue
Block a user