fix: update selector content to fixed height
This commit is contained in:
parent
96ede7d06a
commit
d8934709dc
|
@ -345,6 +345,8 @@
|
||||||
width: 30rem;
|
width: 30rem;
|
||||||
.list {
|
.list {
|
||||||
max-height: 50vh;
|
max-height: 50vh;
|
||||||
|
min-height: 50vh;
|
||||||
|
|
||||||
overflow-x: hidden;
|
overflow-x: hidden;
|
||||||
overflow-y: auto;
|
overflow-y: auto;
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue