Colt / YelpCamp

583 stars 560 forks source link

Move navbar out of flex container to fix iOS rendering #6

Open as2340 opened 3 years ago

as2340 commented 3 years ago

The navbar does not render correctly on iOS - it does not force content below down when expanded. Having tried everything else with no improvement, creating an extra div inside the body so the navbar can sit outside the flexbox container appears to have fixed the issue with no unintended consequences I have found so far!

By the way, I have just finished WDB which was awesome - took over my life for a couple of weeks! I'm a Github rookie too so apologies if I'm going about anything the wrong way. My first big problem post-deployment of my YelpCamp was the security policy not allowing the maps to render on iOS. I found the fix by seeing somebody had proposed a change on here so thought I'd try and use this as a mechanism to share my navbar woes with the community - it's a surprisingly not well-documented matter on the likes of stack-exchange...