vuetify
vuetify copied to clipboard
[Bug Report][3.1.2] navigation drawer overlay issue in `VWindow` component
Environment
Vuetify Version: 3.1.2 Vue Version: 3.2.45 Browsers: Chrome 109.0.0.0 OS: Mac OS 10.15.7
Steps to reproduce
Try to put the navigation drawer inside the VWindow component.
Expected Behavior
The overlay should cover the entire screen.
Actual Behavior
It only appears inside windows content.
Reproduction Link
If you want the overlay to cover the entire screen, you need to put the nav-drawer higher up in the markup
To be fair we should probably be using VOverlay for temporary drawers so they interact with menus and close when back is pressed and prevent scrolling when open.
@nekosaur What if it's a contextual drawer, used to quickly add/edit an entity?