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 menu getting clipped by .panel-body #12683

Closed
skattabrain opened this issue Feb 10, 2014 · 4 comments
Closed

.dropdown menu getting clipped by .panel-body #12683

skattabrain opened this issue Feb 10, 2014 · 4 comments

Comments

@skattabrain
Copy link

I have a dropdown menu that is inside a table that is inside a collapsible accordion. The dropdown menu that appears on click is stuck underneath the end of the panel.

The last rows in each according display the issue, can't seem to override a z-index here... stuck.

Click the "Actions" link - http://jsfiddle.net/aygcj/

@juthilo juthilo added the css label Feb 10, 2014
@juthilo juthilo added this to the v3.1.1 milestone Feb 10, 2014
@cvrebert cvrebert modified the milestones: v3.2.0, v3.1.1 Feb 10, 2014
@skattabrain
Copy link
Author

So adding overflow: visible to .panel-group .panel {} fixes it for me in this case, not sure if I'm introducing any issues by adding it however... none so far for me personally.

http://jsfiddle.net/aygcj/3/

@mdo mdo closed this as completed in 7e299c6 Mar 7, 2014
@mdo mdo mentioned this issue Mar 7, 2014
@mdo
Copy link
Member

mdo commented Mar 7, 2014

Apparently this serves no purpose anyway—removing it didn't impact anything that I could tell—so I removed it. Thanks!

@Doogal666
Copy link

I have two collapsible accordions side by side. In 3.0, each accordion panel sized to its own contents. In 3.2, each accordion panel now sizes to the biggest accordion, so I get extra space in panels in the smaller accordion. Putting back overflow: hidden; fixed the issue for me

@cvrebert
Copy link
Collaborator

@Doogal666 Please file a new issue that includes a live example of the problem.

@twbs twbs locked and limited conversation to collaborators Oct 23, 2014
stempler pushed a commit to stempler/bootstrap that referenced this issue Nov 4, 2014
…-group > .panel because it apparently serves no purpose and cuts off nested dropdown menus.
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

5 participants