style: change select content height to fixed height
This commit is contained in:
parent
6582376e3b
commit
dee9c94534
|
@ -343,10 +343,8 @@
|
||||||
&-content {
|
&-content {
|
||||||
animation: slide-in ease 0.3s;
|
animation: slide-in ease 0.3s;
|
||||||
width: 30rem;
|
width: 30rem;
|
||||||
|
height: 60vh;
|
||||||
.list {
|
.list {
|
||||||
max-height: 50vh;
|
|
||||||
min-height: 50vh;
|
|
||||||
|
|
||||||
overflow-x: hidden;
|
overflow-x: hidden;
|
||||||
overflow-y: auto;
|
overflow-y: auto;
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue