-
-
Notifications
You must be signed in to change notification settings - Fork 7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Bug Report][3.5.11] Content behind v-navigation-drawer scrolls #19477
Comments
Or if the drawer also has scroll: reproduction link. |
Replace scrim with v-overlay component, which fixes the scroll issues fixes vuetifyjs#19477
Replace scrim with v-overlay component, which fixes the scroll issues fixes vuetifyjs#19477
Replace scrim with v-overlay component, which fixes the scroll issues fixes vuetifyjs#19477
Replace scrim with v-overlay component, which fixes the scroll issues fixes vuetifyjs#19477
I'm living with this bug for way too long, so I'm very happy to see progress. Today I also noticed that not only the content behind the nav drawer scrolls, but the scrim scrolls with it. So scrolling up while the nav drawer is open moves away the scrim. This might be related to the fact that I decided to not use This might be one of the troubles of not using it but I did not investigate further as I found a temporary fix, so it could be an entirely different issue as well. I'm just leaving this here as it might be related to this issue. My temporary fix is putting this into
|
Environment
Vuetify Version: 3.5.11
Vue Version: 3.4.21
Browsers: Chrome 122.0.0.0
OS: Mac OS 10.15.7
Steps to reproduce
Open the drawer and scroll
Expected Behavior
The content behind the drawer should not scroll, especially if the options temporary or scrim are used, because they add an overlay.
Actual Behavior
The content behind the drawer scrolls.
Reproduction Link
https://play.vuetifyjs.com/#...
The text was updated successfully, but these errors were encountered: