Skip to content
This repository has been archived by the owner on Aug 6, 2019. It is now read-only.

rootwizard stays in front of dropdowns #129

Closed
dessalines opened this issue Apr 10, 2015 · 2 comments
Closed

rootwizard stays in front of dropdowns #129

dessalines opened this issue Apr 10, 2015 · 2 comments

Comments

@dessalines
Copy link

Not sure why, but rootwizard always renders in front of dropdown menus. I've tried changing the z-index on .nav, .navbar, .dropdown, and .dropdown menu's, to no avail.

@dessalines
Copy link
Author

I've found that this code fixes it, if its any help:

.dropdown, .dropdown-menu {
  z-index:2;
}
.navbar {
  position: static;
  z-index: 1;
}

@VinceG
Copy link
Owner

VinceG commented Apr 14, 2015

thank you. this is a markup issue not something directly related to this plugin as we have CSS changes.

@VinceG VinceG closed this as completed Apr 14, 2015
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants