-
-
Notifications
You must be signed in to change notification settings - Fork 865
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 menu hidden under certain conditions #2719
Comments
Congratulations on making your first Issue! 🎊 If you haven't already, check out our Contributing Guidelines and Issue Reporting Guidelines to ensure that you are following our guidelines for contributing and making issues. |
Hi @palisadoes Thank you! |
|
1.Regarding the search icon appearing on a separate line: This behavior may be due to CSS properties or improper flex/grid alignment for smaller resolutions. |
Hey, I would like to work on this issue. Could you please assign it to me? |
Bug
In the Action Items section (Admin), the dropdown menu becomes hidden under other UI elements (table) under certain conditions. This behavior may be caused by issues related to z-index or parent container overflow.
To Reproduce
Steps to reproduce the behavior:
1.Navigate to the Action Items section (Admin)
2.Trigger the dropdown menu.
3.Observe that the dropdown is hidden under other UI elements.
Expected behavior
The dropdown menu should be fully visible and should not be hidden under other elements when triggered.
Actual behavior
The dropdown menu is hidden under certain UI elements due to potential z-index or overflow issues.
Screenshots
The text was updated successfully, but these errors were encountered: