Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

how to set scroll-bar color #22

Open
c1nso opened this issue Mar 28, 2018 · 1 comment
Open

how to set scroll-bar color #22

c1nso opened this issue Mar 28, 2018 · 1 comment

Comments

@c1nso
Copy link

c1nso commented Mar 28, 2018

how to set scroll-bar color

@bedus-creation
Copy link

Send your css class as Props.

<v-bar wrapper="wrapper"
                vBar="vbar"
                vBarInternal=""
                hBar=""
                hBarInternal="">
</v-bar>

<Style>
.vbar{
    width: 8px !important;
    display: inherit !important;
    background: #f7f7f7 !important;
}
</style>
``

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants