[Bug Report][2.6.2] `v-main` has wrong padding with `v-navigation-drawer`
See original GitHub issueEnvironment
Vuetify Version: 2.6.2 Last working version: 2.5.0 Vue Version: 2.6.14 Browsers: Chrome 97.0.4692.71 OS: Windows 10
Steps to reproduce
- Add
v-navigation-drawer
andv-main
components - Enable
expand-on-hover
for the navigation drawer
Expected Behavior
The left padding of the v-main
matches the drawers width
Actual Behavior
It always is 256px
Reproduction Link
Issue Analytics
- State:
- Created 2 years ago
- Reactions:2
- Comments:13 (8 by maintainers)
Top Results From Across the Web
Vuetify: Wrong behavior in the v-navigation-drawer component
However, since Vuetify version 2.6.2, it always collapse after interacting with the navigation, having the "permanent" property set.
Read more >KivyMD - Read the Docs
The main class of your application, which in Kivy inherits from the App class, in KivyMD must inherit from the MDApp.
Read more >Marked Help - Marked 2
Version 2.6.2 (1010)¶ ... This is corrected, but you can still enclose metadata in HTML comments and ... Crash when custom processor returned...
Read more >The Elementor Pro Changelog- Version Updates
Fix: Error message appears on front if WooCommerce is activated ([#19553] ... values from Main Menu space between control in Nav Menu widget...
Read more >LVGL Documentation 9.0
Before v8 the last minor release of each major series was supported for 1 year. ... Using the Size, Position and Padding style...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Hi @DerYeger, a better reproduction link for moderation and community developers may be: https://codepen.io/the0pe/pen/xxXyRzY
To fix it temporarily in your code, there is an easy way (use mini-variant with the sync modifier): https://codepen.io/the0pe/pen/Jjrmbvp
@TheoPez
Awesome, yes, I think I misinterpreted what the expected behaviour from @DerYeger was…although his problem is 99% the same as mine. I’ve tried what you suggested in your codepen (https://codepen.io/the0pe/pen/gOGZGwo) and it 100% works for me using v2.6.2.
Thank you very much for this workaround.
Cheers!
Ben