Sections don't take the full width of the window in Angular

18 views Asked by At

Here for the smaller screen there is a horizontal scroll , while scrolling I found that the sections don't take the full width of the screen and i dont know why

Can anyone help me please ?? the problem

I tried overflow-x :visible and width:100% and still the same problem .. I tried it for components ( navbar and footer ) and for the global style .

[overflow : visible and margin : 0] (https://i.stack.imgur.com/BvcOQ.png)

Even i tried to give the navbar a constant width

navbar with constant width

0

There are 0 answers