DominikSerafin/vuebar

dragger size when dragging is not customizable

lethak opened this issue · 1 comments

Hi,

How should I proceed if I never want dragger to change in width ?

I think it is not possible right now because of this, but it seems is more complicated than just commenting it.

state.el2.style.width = 'calc(100% + ' + elNativeScrollbarWidth + 'px)';

Alright, I managed to do it somehow with:

.vb-dragger > .vb-dragger-styler {
width: 7px;
}