Skip to content
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

button dropdown menus in navbar #10648

Closed
dishuostec opened this issue Sep 15, 2013 · 3 comments
Closed

button dropdown menus in navbar #10648

dishuostec opened this issue Sep 15, 2013 · 3 comments
Labels

Comments

@dishuostec
Copy link

I'm using Bootstrap 3.

I put a dropdown button in to navbar. When display on small window and navbar collapsed, the dropdown menu is invisible.

Fiddle:
navbar at top and normal dropdown
navbar at bottom and popup menu

@ziogaschr
Copy link
Contributor

Hello @dishuostec,
is this what you are trying to achieve?
Fiddle -> http://jsfiddle.net/C4uKV/1/

Or you prefer using a "btn-group" so as to style your button differently and also have a floated 2nd level menu?

Thanks,
Chris

@dishuostec
Copy link
Author

Hi @ziogaschr.
I need a button with dropdown menu display in navbar, not a nomal menu.
I simply use this code to fix it, but I dont't know wheather that will introduce another bug.

.navbar-collapse.in {
    overflow-y: visible;
}

before:
before
after:
after

Fiddle: http://jsfiddle.net/dishuostec/dU36a/2/

@mdo
Copy link
Member

mdo commented Dec 14, 2013

Per #10601 there's really no good way to support this given our existing navbar behavior (scroll on expand if there's too much content). For now you'll have to override it on your own as you see fit.

@mdo mdo closed this as completed Dec 14, 2013
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants