greeny / SatisfactoryTools

Satisfactory Tools for planning and building the perfect base.
https://www.satisfactorytools.com/
MIT License
340 stars 69 forks source link

[Bug] Nav bar not visible on Firefox #160

Open Joe-Lonsdale opened 2 weeks ago

Joe-Lonsdale commented 2 weeks ago

Navigation bar is hidden when viewed on Firefox.

This means that the base URL at https://www.satisfactorytools.com/1.0 or https://www.satisfactorytools.com/0.8 (the one you reach from Google) is a dead end and the site looks broken.

Tested on Firefox Version 130.0.1: image

image

greeny commented 2 weeks ago

Any errors in console? This looks more like a javascript error

jagardaniel commented 2 weeks ago

I run the same version of Firefox as you and I'm able to see the navigation bar just fine. Try and start Firefox in troubleshoot mode or private mode and see if that works better. Could be an issue with an extension.

The reason why rest of the page looks blank is because https://www.satisfactorytools.com/1.0 (without a slash in the end of the URL) doesn't include the welcome/start page. But if you come from Google you should end up on either 0.8/ or 1.0/ (with a slash) so it shouldn't happen if you don't accidentally remove it. But it could probably be suggested as a small QoL fix.