Toast notifications top value is 0 only on mobile
This commit is contained in:
parent
c90d27b194
commit
1c953aa6a7
|
@ -72,6 +72,7 @@ onMounted(() => {
|
|||
|
||||
@media (max-width: 500px) {
|
||||
width: 100%;
|
||||
top: 0px;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue