1
0
Fork 0

move overflow: auto to css

This commit is contained in:
Jakobus Schürz 2023-03-29 13:44:03 +02:00
commit 6d09bf6bec
3 changed files with 3 additions and 2 deletions

View file

@ -201,6 +201,7 @@
}
.dropzone, .dropzone * {
box-sizing: border-box;
overflow: auto;
}
.dropzone:not(textarea) {

File diff suppressed because one or more lines are too long