Page 1 of 1

Hamburger menu not always on forground with firefox

PostPosted: Sat Jan 06, 2018 10:44 pm
by bhennink
Hi
I integrated the hamburger menu on a website
http://www.mrskate.nl/meesteres-kate.php
When I decrease the width of the browser window and apen the hamburgen menu the popumenu is not in foreground
see here
Image
The normal menu is OK,
But as soon as the hamburgen menu is activated and you click on the hamburger to open the menu this problem appears.
on other browsers the menu is without this problem.

greets,
Bert

Re: Hamburger menu not always on forground with firefox

PostPosted: Mon Jan 08, 2018 12:30 pm
by Aivars
Some element on your page seems to have high z-index and thus is placed in front of the hamburger menu.

Add this to any css in your page:

Code: Select all
#mbrfzqebul_hamburger_menu {
  z-index: 5000;
}

Re: Hamburger menu not always on forground with firefox

PostPosted: Wed Jan 24, 2018 10:57 pm
by bhennink
Hi Aviars,
I will try that but I do not recall that I added any Z-index on the pages.
They all look normal ik the other browsers anyway.

But the added CSS works now for me.