vuetify-jsonschema-form icon indicating copy to clipboard operation
vuetify-jsonschema-form copied to clipboard

Feedback: When using a select component inside a dialog, there is a z-index issue with the dropdown menu.

Open activeliang opened this issue 5 months ago • 0 comments

WX20240903-151013@2x

As shown in the image, the dialog has a z-index of 2400, but the automatically generated dropdown menu of the select component has a z-index of 2000, causing it to be covered. I tried manually adding a Vuetify select component inside the dialog, and I found that its dropdown menu has a z-index of 2410, displaying correctly.

activeliang avatar Sep 03 '24 07:09 activeliang