You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm wondering how exactly one would go about positioning the toast relative to a container div, rather than entire body.
In our project, we've tried creating our own refs and even changing where in the DOM tree the Provider component was initialized but nothing seems to work
The text was updated successfully, but these errors were encountered:
I'm trying to apply CSS class directly to <Snackbar /> element. One example of it would be changing elements position property from fixed to absolute (ie. I'm trying to position snackbars relative to container, not window). #11 (comment)
@BornaP Not sure if you can but I'd appreciate if you could help regarding this.
I'm wondering how exactly one would go about positioning the toast relative to a container div, rather than entire body.
In our project, we've tried creating our own refs and even changing where in the DOM tree the Provider component was initialized but nothing seems to work
The text was updated successfully, but these errors were encountered: