move overflow: auto to css
This commit is contained in:
parent
f6ff1d0aae
commit
6d09bf6bec
3 changed files with 3 additions and 2 deletions
|
@ -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
Loading…
Add table
Add a link
Reference in a new issue