Vuetify: 1.1.13
Vue: 2.5.17
Browsers: Chrome 68
OS: Windows 10 1803

clipped drawer rests under the application toolbar

clipped drawer not rests under the application toolbar
This is intentional, drawers should not clip on mobile.
Any way to enable clipping on non-mobile browsers?
I thought this was broken as well, but the clipping does work. The mobile layout might kick in at a breakpoint you weren't expecting. For me, it turns out my window was not large enough (I was developing with windows side-by-side).
Hello!
Use mobile-break-point=0 in
Most helpful comment
I thought this was broken as well, but the clipping does work. The mobile layout might kick in at a breakpoint you weren't expecting. For me, it turns out my window was not large enough (I was developing with windows side-by-side).