فهرست منبع

feat: improve model selector ui

Yidadaa 1 سال پیش
والد
کامیت
48a6cdd50a
1فایلهای تغییر یافته به همراه3 افزوده شده و 1 حذف شده
  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;