Closed dosstx closed 3 years ago
check this topic
For now you can override by adding in your css styles for eg.
@media screen and (max-width: 767px) {
div#toasts {
justify-content: flex-end;
}
}
This will position the toast at the top
@dosstx Yes, this is intended and designed via tailwind, thanks @dloused
Have a pretty basic NUXT installation and tailwind module. Out of the box, the toast appears in the middle of the viewport on small screens . Is this intended? If so, how would I fix so it stays at the top? Thanks.