-
-
Notifications
You must be signed in to change notification settings - Fork 529
Add z-index to x-form-item class #16712
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
Conversation
This issue was introduced in #16690 |
Can confirm this fixes the issue. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Z-index fix issues are solid. Thanks @matdave
@matdave — this is complicating the integration of the PR. Can you remove the package.json (and resulting package-lock.json) changes from this PR and submit those as a separate PR. Also, what version of npm are you using because I get this when running
In addition, after running |
@opengeek I've got those reverted |
What does it do?
Primary goal is to add z-index to x-form-item class. During setup of my test environment I noticed some critical vulnerabilities were unaddressed in the package generation files, so I corrected those as well.
Why is it needed?
Fixes an issue where the form items can overlap the menu bar, making the menu unclickable.
How to test
Open a file to edit in the manager. Scroll down until "Content" -> "Clear Cache" -> "Refresh URIs" opens over one of the field labels. Without the fix the text will appear over "Refresh URIs" making it hard to click. The same happens if you do this for checkboxes and certain other field elements.
Related issue(s)/PR(s)
#16711