Skip to content

Commit

Permalink
Merge pull request #36 from angelofan/patch-1
Browse files Browse the repository at this point in the history
Fix Toasts don't work outside of docs page.
  • Loading branch information
tnylea authored Aug 31, 2024
2 parents 12da418 + 0684f62 commit 6a7316a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions elements/toast.html
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<div class="relative w-auto h-auto">
<div class="relative w-auto h-auto" x-data>
<div
x-data="{
title: 'Default Toast Notification',
Expand Down Expand Up @@ -489,4 +489,4 @@
</template>
</ul>
</template>
</div>
</div>

0 comments on commit 6a7316a

Please sign in to comment.