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

Bootstrap 4.3.1 Panel z-index issue #199

Open
gbardwell opened this issue Aug 22, 2019 · 2 comments
Open

Bootstrap 4.3.1 Panel z-index issue #199

gbardwell opened this issue Aug 22, 2019 · 2 comments
Labels

Comments

@gbardwell
Copy link

I'm using with Bootstrap 4.3.1 in an accordion panel.
It is being cut-off.
image

In Bootstrap 4.1...it was not an issue.

I tried changing the z-index...nothing.

Suggestions?
Thanks,
Greg

@sconix
Copy link
Contributor

sconix commented Aug 27, 2019

Bootstrap has added overflow hidden style somewhere that is cutting the dialog off. Either you find the style issue and fix it or use the cpUseRootViewContainer option that places the dialog in root container.

@gbardwell
Copy link
Author

Of course! Thanks.
This worked for me:
.accordion .card {
overflow: visible !important;
}

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

2 participants