-
Notifications
You must be signed in to change notification settings - Fork 2.4k
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 button is appearing under another Dropdown when adding widgets #11969
Comments
The |
@Skrypt is |
For that same reason where those dropdowns need to have a higher z-index than our top navbar and other elements. Though, here the issue is that the z-index needs to increment from top to bottom if you want these dropdowns to not appear through each other. Or maybe there is a different trick with Bootstrap that I don't know yet. |
I though you are the one who did that ;) |
Submitted a PR to fix this issue. |
Describe the bug
When adding a widget to a zone from under the "Design" tab. Clicking on "Add Widget" button show the available widgets menu under the next "Add Widget" button. Probably need adjust the
z-index
Here is screenshot of before clicking "Add Widget" button
Here is a picture of after "Add Widget" is clicked.
The text was updated successfully, but these errors were encountered: