Skip to content

Commit

Permalink
fix(VTimelineItem): fix flickering on clickable v-card
Browse files Browse the repository at this point in the history
  • Loading branch information
ryoluo committed Oct 14, 2021
1 parent c97eccb commit 5a42a7e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions packages/vuetify/src/components/VTimeline/VTimeline.sass
Expand Up @@ -98,6 +98,9 @@

&:before
top: calc(50% - #{$timeline-wedge-size} + 2px)
bottom: auto
opacity: unset
background: none

// Modifiers
.v-timeline--align-top
Expand Down

0 comments on commit 5a42a7e

Please sign in to comment.