refator_comm1

This commit is contained in:
Mateusz Gruszczyński
2025-10-18 22:57:05 +02:00
parent a841a1f9ad
commit 2ffbe9badf
2 changed files with 218 additions and 192 deletions

View File

@@ -142,4 +142,16 @@ footer.site-footer a:hover {
100% {
background-position: 0 0;
}
}
#toast-container {
position: fixed;
right: max(env(safe-area-inset-right), 1rem);
bottom: max(env(safe-area-inset-bottom), 1rem);
z-index: 1080;
pointer-events: none;
}
#toast-container .toast {
pointer-events: auto;
}