Skip to content

Commit

Permalink
fix(VNavigationDrawer): conditionally apply clipped z-index
Browse files Browse the repository at this point in the history
only reduce the drawer's z-index when not on mobile or using the temporary prop
  • Loading branch information
johnleider committed Sep 4, 2019
1 parent 51a0336 commit 15e554d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@
.v-navigation-drawer--absolute
position: absolute

.v-navigation-drawer--clipped
.v-navigation-drawer--clipped:not(.v-navigation-drawer--temporary):not(.v-navigation-drawer--is-mobile)
z-index: 4

.v-navigation-drawer--fixed
Expand Down

0 comments on commit 15e554d

Please sign in to comment.