Skip to content

Commit 138bfd6

Browse files
authored
Allow Collection list to scroll if taller than screen (#1414)
1 parent a40fcd3 commit 138bfd6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

client/styles/components/_quick-add.scss

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
.quick-add-wrapper {
22
min-width: #{600 / $base-font-size}rem;
3+
overflow-y: scroll;
34
}
45

56
.quick-add {

0 commit comments

Comments
 (0)