Fix: re-organized dialog and notification z-indices

- Notifications and toasts now appear higher than dialogs when appearing together
- Standardized dialog z-index
- Added documentation for z-index guide
This commit is contained in:
Jose Olarte III
2025-08-25 19:55:39 +08:00
parent 8f5111d100
commit 4d89042997
7 changed files with 75 additions and 10 deletions

View File

@@ -16,7 +16,7 @@
}
.dialog-overlay {
@apply z-50 fixed inset-0 bg-black/50 flex justify-center items-center p-6;
@apply z-[100] fixed inset-0 bg-black/50 flex justify-center items-center p-6;
}
.dialog {