We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9588a86 commit f7e15efCopy full SHA for f7e15ef
src/ToastItem.svelte
@@ -53,6 +53,8 @@ $: if (prevProgress !== item.progress) {
53
}
54
._toastBar {
55
display: block;
56
+ -webkit-appearance: none;
57
+ -moz-appearance: none;
58
appearance: none;
59
border: none;
60
position: absolute;
0 commit comments