menu challenge when firefox
The challenge was when we had sub menus and they were displaying block, in firefox we need display inline-grid, i have added a rule to allow for the overwrite of the display block for firefox without havng to add !important by using : @-moz-document url-prefix() { rule:here; }
Edited by Martin Leblanc