This commit is contained in:
2025-12-18 11:19:01 -05:00
parent 3e3d9ed89b
commit 2327e330de
11 changed files with 93 additions and 65 deletions

View File

@@ -847,6 +847,12 @@ Custom
/*
Toastify customizations
*/
.Toastify__toast-container--top-right,
.Toastify__toast-container--top-center,
.Toastify__toast-container--top-left {
top: 80px !important; /* keep below sticky nav */
}
.Toastify__toast {
border-radius: 12px !important;
backdrop-filter: blur(12px) !important;