Explorar o código

feat: improve model selector ui

Yidadaa hai 1 ano
pai
achega
48a6cdd50a
Modificáronse 1 ficheiros con 3 adicións e 1 borrados
  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;