godotengine / godot-website

The code for the official Godot Engine website. A static site built using Jekyll.
https://godotengine.org
MIT License
302 stars 151 forks source link

Navigation bar not set to sticky #965

Open adfriz opened 5 days ago

adfriz commented 5 days ago

I have noticed that the navigation bar not set to sticky, I suggest change it to sticky for improving user experience and easier navigation.

https://github.com/user-attachments/assets/35cbe618-8a74-4d68-8d95-1fbaacc56a04

there's also additional suggestion for adding a button that fixed on the bottom right for easier jump to top instead scrolling manually.

coppolaemilio commented 5 days ago

This was decided to not be preferable back then: https://github.com/godotengine/godot-website/pull/406

I honestly did it out of habit, but not having it haven't bothered me really.

Calinou commented 5 days ago

there's also additional suggestion for adding a button that fixed on the bottom right for easier jump to top instead scrolling manually.

Like fixed navigation bars, this is also considered an antifeature nowadays as the keyboard's Home button achieves the same function in an universal manner. (On iOS, you can also tap the browser's title bar.)