Start a new discussion

To start a new discussion please visit the discussions section of the GitHub home page of the project.

Discussions on GitHub

You can also search our old self-hosted forums for any useful information below but please note that posting new content here is not possible any more.

Dropdown menu showing under a second menu

Home Forums Older releases 0.9.x Dropdown menu showing under a second menu

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #3261
    JRivord
    Participant

    I have two menu’s on my site. There is a master menu in the outer master page. I have a second menu in another page. When I select the drop down menu from the first one on the page it is displaying “under” the other menu on the page. In the image below two of the sub menu items are hidden.

    #3262
    JRivord
    Participant

    The solution is to set the z-order value of the upper menu to be higher then the value on the lower menu.

    #member-menu {
    z-index: 1000;
    }

    If you set it too low then the menu will be under the controls of your page.

Viewing 2 posts - 1 through 2 (of 2 total)
  • The forum ‘0.9.x’ is closed to new topics and replies.