chore: apply cannonical tailwind
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user