Explorar el Código

fix: selector css

DDMeaqua hace 1 año
padre
commit
ebaeb5a0d5
Se han modificado 1 ficheros con 1 adiciones y 2 borrados
  1. 1 2
      app/components/ui-lib.module.scss

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

@@ -312,8 +312,7 @@
     min-width: 300px;
     .list {
       max-height: 90vh;
-      overflow-x: hidden;
-      overflow-y: auto;
+      overflow: hidden;
 
       .list-item {
         cursor: pointer;