Toast notifications top value is 0 only on mobile

This commit is contained in:
NoriDev 2023-05-16 17:37:28 +09:00
parent c90d27b194
commit 1c953aa6a7

View file

@ -72,6 +72,7 @@ onMounted(() => {
@media (max-width: 500px) {
width: 100%;
top: 0px;
}
}