You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<ulid="nav" class="nav nav-pills nav-justified"><liclass="dropdown"><aclass="dropdown-toggle" data-toggle="dropdown" href="#"> Menu <spanclass="caret"></span></a><ulclass="dropdown-menu"><li><ahref="?tab=XXX">XXX</a></li><li><ahref="?tab=YYY">YYY</a></li><li><ahref="?tab=ZZZ">ZZZ</a></li></ul></li></ul>
Is not working correctly with Firefox 23.0.1. I have to set .dropdown-menu top and left to auto like this:
.dropdown-menu {
top: auto;
left: auto;
}
If I dont do that, the .dropdown-menu is at the bottom right of the page ... but it works without that on Safari, I am on a mac with Safari 7.0 and Firefox 23.0.0.1
The text was updated successfully, but these errors were encountered:
Is not working correctly with Firefox 23.0.1. I have to set .dropdown-menu top and left to auto like this:
If I dont do that, the .dropdown-menu is at the bottom right of the page ... but it works without that on Safari, I am on a mac with Safari 7.0 and Firefox 23.0.0.1
The text was updated successfully, but these errors were encountered: