greeny / SatisfactoryTools

Satisfactory Tools for planning and building the perfect base.
https://www.satisfactorytools.com/
Other
364 stars 80 forks source link

[Bug] Nav bar not visible on Firefox #160

Open Joe-Lonsdale opened 1 month ago

Joe-Lonsdale commented 1 month 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 1 month ago

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

jagardaniel commented 1 month 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.