Skip to content

Commit

Permalink
fix: stacked toasts
Browse files Browse the repository at this point in the history
  • Loading branch information
katallaxie authored Sep 11, 2024
1 parent 9ca48a7 commit 94f6063
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions components/toasts/toasts.go
Original file line number Diff line number Diff line change
Expand Up @@ -115,10 +115,6 @@ func Toaster() htmx.Node {
alpine.XFor("notification in notifications"),
htmx.Attribute(":key", "notification.id"),
htmx.Div(
htmx.ClassNames{
"toast": true,
"z-[99999]": true,
},
alpine.XData(`{
show: false,
init() {
Expand Down

0 comments on commit 94f6063

Please sign in to comment.