Commit ab23a8e
Add z-index to x-form-item class (#16712)
### 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
---------
Co-authored-by: Jason Coward <[email protected]>1 parent d170c00 commit ab23a8e
File tree
4 files changed
+6
-4
lines changed- _build/templates/default/sass
- manager/templates/default/css
4 files changed
+6
-4
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
114 | 114 | | |
115 | 115 | | |
116 | 116 | | |
| 117 | + | |
117 | 118 | | |
118 | 119 | | |
119 | 120 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
85 | 85 | | |
86 | 86 | | |
87 | 87 | | |
88 | | - | |
| 88 | + | |
89 | 89 | | |
90 | 90 | | |
91 | 91 | | |
| |||
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
20838 | 20838 | | |
20839 | 20839 | | |
20840 | 20840 | | |
| 20841 | + | |
20841 | 20842 | | |
20842 | 20843 | | |
20843 | 20844 | | |
| |||
22938 | 22939 | | |
22939 | 22940 | | |
22940 | 22941 | | |
22941 | | - | |
| 22942 | + | |
22942 | 22943 | | |
22943 | 22944 | | |
22944 | 22945 | | |
| |||
0 commit comments