Allow Collection list to scroll if taller than screen (#1414)

This commit is contained in:
Andrew Nicolaou 2020-05-03 17:52:43 +02:00 committed by GitHub
parent a40fcd3086
commit 138bfd6065
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -1,5 +1,6 @@
.quick-add-wrapper {
min-width: #{600 / $base-font-size}rem;
overflow-y: scroll;
}
.quick-add {