Skip to content

Commit c83f935

Browse files
committed
fix(VNavigationDrawer): transition width and transform
see e5730b5
1 parent 117303b commit c83f935

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/stylus/components/_navigation-drawer.styl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ theme(v-navigation-drawer, "v-navigation-drawer")
2828
-webkit-overflow-scrolling: touch
2929

3030
&[data-booted="true"]
31-
transition-property: transform
31+
transition-property: transform, width
3232

3333
&__border
3434
position: absolute

0 commit comments

Comments
 (0)