forked from XiaoMo/ChatGPT-Next-Web
feat: improve model selector ui
This commit is contained in:
parent
09b05cde7f
commit
48a6cdd50a
@ -286,7 +286,9 @@
|
|||||||
|
|
||||||
&-content {
|
&-content {
|
||||||
.list {
|
.list {
|
||||||
overflow: hidden;
|
max-height: 90vh;
|
||||||
|
overflow-x: hidden;
|
||||||
|
overflow-y: auto;
|
||||||
|
|
||||||
.list-item {
|
.list-item {
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
|
Loading…
Reference in New Issue
Block a user