1

I am trying to use ngx-toaster in my angular 9+ application in inline mode to show it inside one of the divs. Its working fine in app.component HTML. But working unexpectedly inside lazily loaded child components. It's not coming inside the div but floating somewhere outside the component(Attaching screenshotsenter image description here). Stackblitz link below :

https://stackblitz.com/github/winrp17/testtoaster

user9040429
  • 690
  • 1
  • 8
  • 29

1 Answers1

0

The inline mode exists, but is not intended to be used with default styles. You will need to write your own css

scttcper
  • 41
  • 3