-
Notifications
You must be signed in to change notification settings - Fork 70
Closed
Labels
needs reproIndicates that this issue needs a reproduction before further steps can be takenIndicates that this issue needs a reproduction before further steps can be takentype: bugIndicates an unintended behaviour, unexpected problem, crashIndicates an unintended behaviour, unexpected problem, crash
Description
Version 4.1.1, angular 6
I can't remove the white space before
If I set display: hidden
in class notifier__container
then notify don't display.
If I set display: block; height: 0px
in class notifier__container
then the white space still be there
In the image: red is <notifier-container></notifier-container>
, blue is my main component, I want to Remove the white space
Please help me
Thanks
Metadata
Metadata
Assignees
Labels
needs reproIndicates that this issue needs a reproduction before further steps can be takenIndicates that this issue needs a reproduction before further steps can be takentype: bugIndicates an unintended behaviour, unexpected problem, crashIndicates an unintended behaviour, unexpected problem, crash