fix: update selector content to fixed height

This commit is contained in:
chenyu 2024-12-29 12:22:54 +08:00
parent 96ede7d06a
commit d8934709dc
1 changed files with 2 additions and 0 deletions

View File

@ -345,6 +345,8 @@
width: 30rem;
.list {
max-height: 50vh;
min-height: 50vh;
overflow-x: hidden;
overflow-y: auto;