Allow Collection list to scroll if taller than screen (#1414)
This commit is contained in:
parent
a40fcd3086
commit
138bfd6065
1 changed files with 1 additions and 0 deletions
|
@ -1,5 +1,6 @@
|
||||||
.quick-add-wrapper {
|
.quick-add-wrapper {
|
||||||
min-width: #{600 / $base-font-size}rem;
|
min-width: #{600 / $base-font-size}rem;
|
||||||
|
overflow-y: scroll;
|
||||||
}
|
}
|
||||||
|
|
||||||
.quick-add {
|
.quick-add {
|
||||||
|
|
Loading…
Reference in a new issue