Explorar el Código

chore: cleanup

Adam hace 7 meses
padre
commit
b525c03d20
Se han modificado 1 ficheros con 10 adiciones y 0 borrados
  1. 10 0
      packages/ui/src/components/toast.css

+ 10 - 0
packages/ui/src/components/toast.css

@@ -21,6 +21,11 @@
     padding: 0;
     padding: 0;
     max-height: 100%;
     max-height: 100%;
     overflow-y: auto;
     overflow-y: auto;
+    scrollbar-width: none;
+
+    &::-webkit-scrollbar {
+      display: none;
+    }
   }
   }
 }
 }
 
 
@@ -101,6 +106,11 @@
     min-width: 0;
     min-width: 0;
     overflow-x: hidden;
     overflow-x: hidden;
     overflow-y: auto;
     overflow-y: auto;
+    scrollbar-width: none;
+
+    &::-webkit-scrollbar {
+      display: none;
+    }
   }
   }
 
 
   [data-slot="toast-title"] {
   [data-slot="toast-title"] {