-
-
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
.dropdown menu getting clipped by .panel-body #12683
Comments
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. |
Apparently this serves no purpose anyway—removing it didn't impact anything that I could tell—so I removed it. Thanks! |
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 |
@Doogal666 Please file a new issue that includes a live example of the problem. |
…-group > .panel because it apparently serves no purpose and cuts off nested dropdown menus.
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/
The text was updated successfully, but these errors were encountered: