luiguild / v-bar

The virtual responsive crossbrowser scrollbar component for VueJS 2x
MIT License
222 stars 28 forks source link

vBarInternal is not working #19

Closed kirill001 closed 7 years ago

kirill001 commented 7 years ago
<v-bar wrapper="scrolled-container"
               vBar="v-bar"
               vBarInternal="v-bar-internal">...</v-bar>
.v-bar {
        background: none !important;
}

.v-bar-internal {
        background: red !important;
}

This code is not working. And unfortunately you didn't add examples how to customize it.

luiguild commented 7 years ago

Hi @kirill001! Thanks to want use V-Bar! Could you provide more of your code? If you access the V-Bar demo you will see that this attribute works fine... https://luiguild.github.io/v-bar/