cncf / dot-org-hugo-theme

Hugo theme ideal for Organizations to use. Built initially for the TODO site redesign.
https://dot-org-hugo-theme-demo.netlify.app/
MIT License
43 stars 14 forks source link

Fix mobile menu when hello bar is present #57

Open cjyabraham opened 1 week ago

cjyabraham commented 1 week ago

I've added the CNCF hello bar to the devrel site, however, the mobile menu doesn't adjust position correctly to accommodate it. Can the menu be made smart enough to accommodate a hello bar? Does it need to be positioned absolute instead of fixed so that it can respond to the parent element position?

cjyabraham commented 2 days ago

The above PR doesn't quite solve the issue.