Fix filedrop highlight for current folder

This commit is contained in:
Johannes Zellner
2020-07-14 15:28:08 +02:00
parent 343e8e90ba
commit 0b50d62ef3
2 changed files with 7 additions and 2 deletions

View File

@@ -229,8 +229,8 @@
</div>
</div>
<div style="overflow: auto;">
<table class="table table-hover" style="margin: 0;" ng-class="{ 'entry-hovered': dropToBody }">
<div class="file-list"ng-class="{ 'entry-hovered': dropToBody }">
<table class="table table-hover" style="margin: 0;">
<thead>
<tr>
<th style="width: 3%;">&nbsp;</th>

View File

@@ -1688,6 +1688,11 @@ tag-input {
.filemanager {
// those are for drag'n'drop
.file-list {
overflow: auto;
border: 2px solid transparent;
}
table {
border: 2px solid transparent;
}