-
-
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
[Fixes #15944] Add Z-Index to avoid border overlapping #15945
Conversation
[Fixes twbs#15944] Add Z-Index to avoid border overlapping
Nice but I am wondering if a z-index 2 (or any value for that matter) will not open up more problems when using this elements inside other z-indexed elements like modals and where bootstrap uses height z-indexes of 1000+ or just some custom z-indexed elements users may use. |
👍 for merge. |
@twbs after reviewing the |
Wanted to follow up on this and see what everyone thought. |
Let's put together some examples via jsbin to see this stuff in action (the bug, the fix, and trying out a modal if you're concerned about z-index clashing). |
@mdo It seems to be working correctly with modals: |
Hi @kkirsche! You appear to have posted a live example (http://jsbin.com/nirafuvosu/1/edit), which is always a good first step. However, according to the HTML5 validator, your example has some validation errors, which might potentially be causing your issue:
You'll need to fix these errors and post a revised example before we can proceed further. (Please note that this is a fully automated comment.) |
I guess I need to learn how z-indexes work when it comes to nesting and relatives, sorry. |
Wanted to follow up on this and check if it was missing anything. |
1 similar comment
Wanted to follow up on this and check if it was missing anything. |
Let's . |
[Fixes #15944] Add Z-Index to avoid border overlapping
[Fixes #15944] Add Z-Index to avoid border overlapping