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
{{ message }}
This repository was archived by the owner on Sep 5, 2024. It is now read-only.
fix(toast): added position relative to toast parent
Toast is aligned by `position: absolute` therefore its parent must have `position: relative` to enable the toast align properly,
* Added `position: relative` to the parent only if there's no computed style for position (checking for `static` because this is the default computed position)
fixes#4542. closes#5660.
0 commit comments