Skip to content

Commit

Permalink
fix(VTabs): slider hides behind the colored tab (#8600)
Browse files Browse the repository at this point in the history
fixes #8596
  • Loading branch information
jacekkarczmarczyk authored and johnleider committed Aug 22, 2019
1 parent 6c086cb commit f74b70a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/vuetify/src/components/VTabs/VTabs.sass
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,7 @@
margin: 0 !important
position: absolute
transition: $primary-transition
z-index: 1

// Modifier
.v-tabs--align-with-title > .v-tabs-bar--is-mobile:not(.v-tabs-bar--show-arrows) > .v-slide-group__wrapper > .v-tabs-bar__content
Expand Down

0 comments on commit f74b70a

Please sign in to comment.