Skip to content

Commit

Permalink
fix(VToolbar/VAppBar): properly show background on all browsers
Browse files Browse the repository at this point in the history
fixes #7742
  • Loading branch information
johnleider committed Jul 18, 2019
1 parent 78c806a commit f6c5cce
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion packages/vuetify/src/components/VToolbar/VToolbar.sass
Expand Up @@ -62,14 +62,16 @@
.v-toolbar__extension
align-items: center
display: flex
position: relative
z-index: 0

.v-toolbar__image
border-radius: inherit
position: absolute
top: 0
bottom: 0
width: 100%
z-index: -1
z-index: 0
contain: strict

.v-image
Expand Down

0 comments on commit f6c5cce

Please sign in to comment.