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 screenshots). Stackblitz link below :
Asked
Active
Viewed 346 times
1

user9040429
- 690
- 1
- 8
- 29
-
Did you find solution? – johannesMatevosyan May 25 '22 at 07:08
1 Answers
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
-
-
The css that is included with ngx-toastr is not meant to be used inline, you will need to create your own or modify it to display inline block – scttcper Nov 24 '20 at 06:52