feat: improve model selector ui

This commit is contained in:
Yidadaa 2023-07-09 22:01:04 +08:00
parent 09b05cde7f
commit 48a6cdd50a

View File

@ -286,7 +286,9 @@
&-content {
.list {
overflow: hidden;
max-height: 90vh;
overflow-x: hidden;
overflow-y: auto;
.list-item {
cursor: pointer;