acidjazz / tv-toast

Programmatic toasts for Nuxt.js powered by Tailwind CSS
MIT License
116 stars 11 forks source link

Toasts are not responsive in Mobile screens #25

Open anburocky3 opened 3 years ago

anburocky3 commented 3 years ago

While browsing the webpage in Mobile screens, the good UX is to show the notification at the end of the page.

image

a7u7a commented 3 years ago

I'm also trying to get the toast to show up at the bottom in mobile

acidjazz commented 3 years ago

A new version is coming soon with this fix, until then try and overload the parent DIV w/ items-end or something?

anburocky3 commented 3 years ago

A new version is coming soon with this fix, until then try and overload the parent DIV w/ items-end or something?

Waiting for it.