Hello everybody, I am having a problem with my navigation menu on mobile devices. It works perfectly fine when testing on my computer as the computer doesn’t have a toolbar.
Basically, the problem is that when the toolbar for safari or google chrome on an apple device hides then my container is not at the full height of the device anymore. If the toolbar is visible then my container for the mobile menu is perfectly fine at its set to 100%. Here is a picture reference of what I mean:
I have tried using many fixes like using window.innerHeight to set the height of the container using javascript, I also tried using -WebKit-fill-available and setting the height to 100vh. As of now, I have set the height to 100% and it works fine until the toolbar disappears.