Skip to content

Commit b525c03

Browse files
committed
chore: cleanup
1 parent 8da5fd0 commit b525c03

1 file changed

Lines changed: 10 additions & 0 deletions

File tree

packages/ui/src/components/toast.css

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,11 @@
2121
padding: 0;
2222
max-height: 100%;
2323
overflow-y: auto;
24+
scrollbar-width: none;
25+
26+
&::-webkit-scrollbar {
27+
display: none;
28+
}
2429
}
2530
}
2631

@@ -101,6 +106,11 @@
101106
min-width: 0;
102107
overflow-x: hidden;
103108
overflow-y: auto;
109+
scrollbar-width: none;
110+
111+
&::-webkit-scrollbar {
112+
display: none;
113+
}
104114
}
105115

106116
[data-slot="toast-title"] {

0 commit comments

Comments
 (0)