Skip to content

Commit 4a7a507

Browse files
committed
[Ui] Fix uploader (quasar) height
1 parent 083629b commit 4a7a507

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

vertigo-ui/src/main/resources/io/vertigo/ui/static/css/vertigo-ui.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -406,7 +406,7 @@ thead tr:hover:last-child th:last-child:not(:first-child), tr:hover td:nth-last-
406406
overflow:auto;
407407
}
408408
.q-uploader__list.scroll .q-field--auto-height .q-field__control {
409-
max-height: 300px;
409+
max-height: 254px;
410410
}
411411
.q-uploader .q-field__label {
412412
top: 10px;

0 commit comments

Comments
 (0)