fix: remove redundant toast-container properties in tablet media query

This commit is contained in:
Ulas Kalayci
2026-04-29 13:07:59 +02:00
parent 6852d9fbf8
commit ca26befecd
-2
View File
@@ -1598,8 +1598,6 @@
@media (min-width: 768px) and (max-width: 1023px) {
.toast-container {
bottom: var(--space-8);
left: 50%;
transform: translateX(-50%);
}
}