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 button is appearing under another Dropdown when adding widgets #11969

Closed
MikeAlhayek opened this issue Jul 7, 2022 · 6 comments · Fixed by #13555
Closed

Dropdown button is appearing under another Dropdown when adding widgets #11969

MikeAlhayek opened this issue Jul 7, 2022 · 6 comments · Fixed by #13555
Milestone

Comments

@MikeAlhayek
Copy link
Member

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
image

Here is a picture of after "Add Widget" is clicked.
image

@sebastienros sebastienros added this to the 1.x milestone Jul 7, 2022
@hishamco hishamco added the ui/ux label Jul 8, 2022
@hishamco
Copy link
Member

hishamco commented Jul 8, 2022

The z-index is a good option, but let me check why the button is the top most

@hishamco hishamco self-assigned this Jul 8, 2022
@hishamco
Copy link
Member

hishamco commented Jul 8, 2022

@Skrypt is z-index in .btn-dropdown was set for a special reason?

@Skrypt
Copy link
Contributor

Skrypt commented Jul 9, 2022

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.

@hishamco
Copy link
Member

hishamco commented Jul 9, 2022

For that same reason where those dropdowns need to have a higher z-index than our top navbar and other elements.

I though you are the one who did that ;)

@hishamco hishamco removed their assignment Sep 30, 2022
@ryanwawr
Copy link

Running into the same problem, but the fact that both the dropdown menu and the button are 0.8 opacity when not hovered seems to exacerbate the issue, so would be nice if that were adjusted as well.

image

@MikeAlhayek
Copy link
Member Author

Submitted a PR to fix this issue.

@sebastienros sebastienros modified the milestones: 1.x, 1.7 Sep 12, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

5 participants