Description
Hi! I’m developing a mobile app using Nuxt UI, and I’ve run into an issue with safe areas. Currently, Toasts don’t account for safe areas (they don't have to), so they end up overlapping notches and camera cutouts.
Is there a way to add global margin or padding to all toasts so they display correctly? I already have the necessary safe area values available as Tailwind CSS classes, I just need to know where to apply them.
Thanks in advance!