Reputation: 1
In Angular 8, i have problem with overlapping of components in angular .Header component is overlapping child component? how to overcome strong text
Upvotes: -2
Views: 41
Reputation: 700
So, I think you should look into a couple of things:
encapsulation
property on the @Component-decorator
configuration - per default, it's set to encapsulate (not leak styling)styles
-configuration of angular.json
- it may target "too wide"it's very difficult to help, when not having a concrete example. Hope you find it useful.
Upvotes: 0