style: change select content height to fixed height

This commit is contained in:
chenyu 2024-12-30 15:56:07 +08:00
parent 6582376e3b
commit dee9c94534
1 changed files with 1 additions and 3 deletions

View File

@ -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;