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.

JRivord

Forum Replies Created

Viewing 1 post (of 1 total)
  • Author
    Posts
  • in reply to: Dropdown menu showing under a second menu #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 1 post (of 1 total)