You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
When a dropdown menu (doesn't matter if the deprecated DropDownMenu or Menu is used) is added to an ActionElement of Top- or Navbar, the dropdown is behind the Top- or Navbar when it is opened.
To Reproduce
Steps to reproduce the behavior:
See code to reproduce
Click the icons in the top right to open a dropdown using DropDownMenu or Menu
Notice that the dropdowns accessed from the top bar are in the background
This is also visible in the current state of domino-ui when the dropdown of the Navbar is opened:
Expected behavior
The dropdowns accessed from the top and navbar should be in front of these elements.
The logic that was implemented in the Layout is now removed, it seems it is causing more trouble than it solves. what ever issue that made us implement need to be re-evaluated. until an issue is reported by this change the logic will be removed.
Describe the bug
When a dropdown menu (doesn't matter if the deprecated DropDownMenu or Menu is used) is added to an ActionElement of Top- or Navbar, the dropdown is behind the Top- or Navbar when it is opened.
To Reproduce
Steps to reproduce the behavior:
This is also visible in the current state of domino-ui when the dropdown of the Navbar is opened:
![image](https://private-user-images.githubusercontent.com/102970139/258121025-919937a6-5678-4116-9387-071115935df4.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3MzkxNzEwOTksIm5iZiI6MTczOTE3MDc5OSwicGF0aCI6Ii8xMDI5NzAxMzkvMjU4MTIxMDI1LTkxOTkzN2E2LTU2NzgtNDExNi05Mzg3LTA3MTExNTkzNWRmNC5wbmc_WC1BbXotQWxnb3JpdGhtPUFXUzQtSE1BQy1TSEEyNTYmWC1BbXotQ3JlZGVudGlhbD1BS0lBVkNPRFlMU0E1M1BRSzRaQSUyRjIwMjUwMjEwJTJGdXMtZWFzdC0xJTJGczMlMkZhd3M0X3JlcXVlc3QmWC1BbXotRGF0ZT0yMDI1MDIxMFQwNjU5NTlaJlgtQW16LUV4cGlyZXM9MzAwJlgtQW16LVNpZ25hdHVyZT1iNzkwZTg2NDVhN2NiNmJlNTE4ZGEzMDk1MmMwMmZjOGFlMTYxMDUzODhmNjdhNjAxNWFkNWVhOTlmODk5YjQ3JlgtQW16LVNpZ25lZEhlYWRlcnM9aG9zdCJ9.pRQmwoVCNUCLpTzj7h7Paf_amokhzi_B1sbTUw3W4Io)
Expected behavior
The dropdowns accessed from the top and navbar should be in front of these elements.
Additional context
I think this is related to this change:
bcf80d8#diff-93bc27cd5254210c5869bf7cb7a8505168961220e077e48c5841273089ddd2fd
And there already was a Pull Request opened to fix this:
improve min z-index calculation. #782
Code to reproduce
The text was updated successfully, but these errors were encountered: