Hi OJS team!
I noticed a visual glitch in the drop-down menu in a clean install of OJS 3.3.0.6 with Manuscript theme. The essence of the problem is a small shift of the drop-down menu during hover
event. After clicking the parent menu item (focus
event), it returns to the correct place. The offset relative to the parent menu item is different depending on the position of the parent item in the menu bar. I noticed that this shift is greater the earlier the parent menu item is located in the menu bar. For example,
hover
event:
focus
event:
hover
event:
focus
event:
And it seems that in the second case something is wrong with the padding for the drop-down menu items