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'v been tried this, but without fixed position, all toasts are opening in bottom left. The positionClass option on app.module.js is not working when I change the toastClass
i Don't know why, but positionClass not working. Maybe something in my root scss causing this crash, but removing only position fixed, and remaing top and left, it's work correctly.
my toast config
ToastrModule.forRoot({ timeOut: 5000, toastClass: 'toast-custom-style', preventDuplicates: true, newestOnTop: false })
toast-custom-style{ background-color: #47211e; background-clip: border-box; position: fixed; top: 14px; left: 14px; z-index: 99999; padding: 4px; word-wrap: break-word; white-space: pre-line; height: auto !important; width: 300px; border: 12px solid transparent; border-radius: 6px; border-image: url(./assets/ui/border_style_toast.png) 12 round; }
The text was updated successfully, but these errors were encountered: