fix: update selector content to fixed width

This commit is contained in:
chenyu 2024-12-29 11:19:52 +08:00
parent 8fab48b6f8
commit 96ede7d06a

View File

@ -342,7 +342,7 @@
&-content { &-content {
animation: slide-in ease 0.3s; animation: slide-in ease 0.3s;
min-width: 300px; width: 30rem;
.list { .list {
max-height: 50vh; max-height: 50vh;
overflow-x: hidden; overflow-x: hidden;