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