Actions
Refactor #14456
closedImprove topbar javascript code
Difficulty:
Triaged:
Bugzilla link:
Pull request:
Description
Currently, the topbar menu is handled by a bunch of js that does things that should be handled by css or could be greatly simplified.
For example, the entire lower menu is cloned to add a static version which is displayed only when scrolling down, instead of modifying the layout of the menu.
Actions