diff --git a/static/toast.ts b/static/toast.ts index b3b3bfd..a841292 100644 --- a/static/toast.ts +++ b/static/toast.ts @@ -8,7 +8,7 @@ const toastContainer = () => { if (!container) { container = document.createElement('div'); container.id = 'toast-container'; - container.className = 'fixed bottom-4 right-4 z-[100] flex flex-col gap-2'; + container.className = 'fixed bottom-4 right-4 z-100 flex flex-col gap-2'; document.body.appendChild(container); } return container; diff --git a/templates/anime.gohtml b/templates/anime.gohtml index 0f0366a..56e24b5 100644 --- a/templates/anime.gohtml +++ b/templates/anime.gohtml @@ -3,7 +3,7 @@