Skip to content

Commit f7e15ef

Browse files
committed
Fix progress bar styling for Safari
1 parent 9588a86 commit f7e15ef

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/ToastItem.svelte

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,8 @@ $: if (prevProgress !== item.progress) {
5353
}
5454
._toastBar {
5555
display: block;
56+
-webkit-appearance: none;
57+
-moz-appearance: none;
5658
appearance: none;
5759
border: none;
5860
position: absolute;

0 commit comments

Comments
 (0)