Page 1 of 1

Menu display buggy in Microsoft Edge

Posted: 21 Jul 2017, 18:13
by pfroy
Hi,

I'm using the Atlas layout version 1.1.2 with Primefaces 6.1. When displaying the application in Microsoft Edge, I realized the menu display was buggy. Otherwise everything seems to be working well in Edge. Anyone had taht problem? Please see the image below. the menu are moved up and conflicts with the topbar.

IImage

Regards,
Pierre Francis

Re: Menu display buggy in Microsoft Edge

Posted: 23 Jul 2017, 11:25
by mert.sincan
Please try;

Code: Select all

#layout-menu > li > a {
   box-sizing: border-box
}