I have noticed that hamburger icon will open the overlay menu.
How to control header/logo in this case due to absolute display for both elements like header with logo and also overlay menu.
Example:
header spec:
position: absolute;
top: 0;
Overlay menu:
position: fixed;
Need help.