-
-
Notifications
You must be signed in to change notification settings - Fork 7.1k
Description
Environment
Vuetify Version: 3.8.0
Vue Version: 3.5.13
Browsers: Google Chrome
OS: Windows 10
Steps to reproduce
Open a Dialog which contains a button to open a Navigation Drawer.
(Ideally the Dialog should contain a list of items that whose info can be updated when opening the Drawer containing several fields/selects/controls)
Open the Drawer by clicking on a button displayed on the Dialog
Expected Behavior
When assigned a z-index prop the Dialog should be displayed with that z-index and if greater z-indexes are assigned to the Drawer with css (such is the case in this example) the Drawer should be visualized on top of the Dialog
Actual Behavior
The Dialog ignores the z-index assigned via the prop and is always displayed on top of the Drawer
Reproduction Link
https://play.vuetifyjs.com/#...
Other comments
Please also note that if you manually modify the z-index of the Dialog on the console and set it to a lower value than the Drawer the Drawer is displayed on top of the Dialog correctly but the text fields in the Drawer are not editable.