I'm having this same issue in all browsers in Mobile View only: Bootstrap dropdowns menus appearing behind other elements - IE7
But I tried the resolutions there and it's not working when I upload the files. Weird thing is when I tried it in Chrome's Inspect field, it does work (the z-index and position:relative;)
Additionally, it's not a problem on the Home Page, only on the subpages. Any help is appreciated. More HTML and CSS on my GitHub (for this page: Bootstrap Dropdown Falling Behind other Elements)
I'm guessing it's inheriting from somewhere else, but no idea where.
.yamm .nav, .yamm .collapse, .yamm .dropup, .yamm .dropdown {
position: static;
}
.yamm .container {
position: relative;
z-index: 10000!important;
}
.yamm .dropdown-menu {
left: auto;
}
.yamm .yamm-content {
padding: 20px 30px;
}
.yamm .dropdown.yamm-fw .dropdown-menu {
left: 0;
right: 0;
}