Answer the question
In order to leave comments, you need to log in
How to make the menu full screen height?
Actually the question is about what to position it, what properties to set for the parent and the menu itself?
Now the menu is located in the header block, which has a fixed height, so there can be no question of any height in the entire width of the page. There is an option to make the element a child of the body, but I don’t know how correct this decision will be.
Answer the question
In order to leave comments, you need to log in
give the following css for the menu block:
position: fixed;
z-index: 999;
width: 100%;
height: 100%;
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question