How to remove the 'start-line' and 'end-line' of the timeline (v-timeline) Vuetify component? I just can change the color but I don't know how to remove it.
I want to remove the line which marked with a green arrow, the blue arrow is the expected result :

It's a bit hacky. But I found that adding:
.v-timeline::before {
top: 55px;
height: calc(100% - 110px)
}
seemed to do the trick for me :)
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With