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

Dropdown menus being chopped off within .tab-content #2079

Closed
jplock opened this issue Feb 19, 2012 · 4 comments
Closed

Dropdown menus being chopped off within .tab-content #2079

jplock opened this issue Feb 19, 2012 · 4 comments
Labels
Milestone

Comments

@jplock
Copy link

jplock commented Feb 19, 2012

I'm using a dropdown menu within a .tabbable nav and if the dropdown menu extends beyond the bottom of the <div class="tab-content">, the menu gets chopped off. I noticed between 2.0.0 and 2.0.1, a "overflow: hidden" was added to ".tab-content" and if I toggle that off in firebug, the issue is resolved.

@jplock
Copy link
Author

jplock commented Feb 19, 2012

This change was added to address issue #1620

@mdo
Copy link
Member

mdo commented Feb 21, 2012

Resolved in 2.0.2-wip. Changed overflow: hidden; to display: table; to accomplish the same effect.

@mdo mdo closed this as completed Feb 21, 2012
@jplock
Copy link
Author

jplock commented Feb 21, 2012

Great, thanks!

@pelme
Copy link

pelme commented Mar 8, 2012

For the record: A similar issue exists with .collapse. That issue is being tracked in #2423.

stempler pushed a commit to stempler/bootstrap that referenced this issue Apr 11, 2014
stempler pushed a commit to stempler/bootstrap that referenced this issue Nov 4, 2014
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