-
-
Notifications
You must be signed in to change notification settings - Fork 78.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Split Button in navbar shows behind menu when in small screen mode #10017
Comments
Same here! |
jsbin or jsfiddle example please |
i think btn-group inside the navbar is not responsive replace btn-group by this <ul class="nav navbar-nav navbar-right">
<li class="dropdown">
<a data-toggle="dropdown" class="dropdown-toggle" href="#" >
<i class="glyphicon glyphicon-user" ></i>
username
<b class="caret"></b>
</a>
<ul class="dropdown-menu">
<li><a href="#">link</a></li>
<li class="divider"></li>
<li><a href="#">link</a></li>
</ul>
</li>
</ul> |
there is also a solution to still use the buttons? |
Currently there is no way to do this—it's a limitation of the responsive navbar and |
I have a split button on a navbar menu. When the menu is collapsed, clicking on the split button's menu at the bottom of the menu, the sub menu will appear behind the navbar edges instead of overflowing over the navbar edges. And instead a scroll is visiable.
The text was updated successfully, but these errors were encountered: