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.

Reply To: Dropdown menu showing under a second menu

Home Forums Older releases 0.9.x Dropdown menu showing under a second menu 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.