소스 검색

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;