Browse Source

feat: improve model selector ui

Yidadaa 1 year ago
parent
commit
48a6cdd50a
1 changed files with 3 additions and 1 deletions
  1. 3 1
      app/components/ui-lib.module.scss

+ 3 - 1
app/components/ui-lib.module.scss

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