Skip to content

[bugfix] Fix vertical alignment of menu arrows

Carsten Gräser requested to merge bugfix/fix-menu-arrows into master

On firefox the menu arrows are shifted upwards by one item, such that 'Home' has an arrow that opens the menu for 'Dune modules' which is the next menu entry. This was due to some artificial negative top margin which was explicitly set for mozilla browsers.

Merge request reports