-
-
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] Inset footer is causing some rendering issues with navigation drawer #4727
Comments
Hi, |
Does anyone have a work around for this? |
One workaround option - if you do not need the drawer to be permanent - is to use the
Alternatively, just use the
|
Duplicate of #4686 |
There is a fun work around ... You store in VueX store the value True/False of the drawer and change its state when you open and close it. |
Versions and Environment
Vuetify: 1.1.8
Last working version: 1.1.6
Vue: 2.5.16
Browsers: Chrome 67.0.3396.99
OS: Windows 7
Steps to reproduce
Expected Behavior
Navigation should not cease to render
Actual Behavior
Reproduction Link
https://codepen.io/anon/pen/zLdZBE
The text was updated successfully, but these errors were encountered: