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

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