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

View file

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