jsonforms
jsonforms copied to clipboard
Hover effect of categories in the stepper is too large
Describe the bug
Hovering over one of the categories in the Stepper of the “Categorization (Stepper)”-example leads to a very big hover-effect, that partially overlaps with other form elements.
Expected behavior
The hover-effect should be smaller.
Steps to reproduce the issue
- Select the “Categorization (Stepper)” example
- Hover over a category in the Stepper component
Screenshots
In which browser are you experiencing the issue?
Google Chrome 99.0.4844.84
Framework
React
RendererSet
Material
Additional context
No response
This is handled on MUI side, see here.
The issue still occurs, but it actually occurs on onMouseDown
and not onHover
. I don't know if the onHover effect was removed or if I accidentally used the wrong term.
The issue in MUI wasn't resolved.
Thanks for checking. I'll close this for now.