vue2-scrollbar icon indicating copy to clipboard operation
vue2-scrollbar copied to clipboard

The Simplest Pretty Scroll Area Component with custom scrollbar for Vue 2. https://bosnaufal.github.io/vue2-scrollbar

Results 36 vue2-scrollbar issues
Sort by recently updated
recently updated
newest added

1) scrollbar size is recalculated when the component is updated (usually content is added or removed) 2) width of horizontal scrollbar is reduced from 100% when the vertical scrollbar is...

Hi, is there any event or feateure to handle autoscroll in the component? any hint maybe? Currently im usign ].scrollToY(value), but whatever the value i placed, never is going to...

First thanks for the scrollbar, it's awesome. I am having issue when i am trying to scroll horizontally. The problem caused by wrapper rtl direction Can you add RTL support

First of all: thank you very, very much for your plugin!! Awesome! I would find it awesome, if there was a possibility to define the tag of the scroller-wrapper. Currently,...

Hi, First of all great plugin and great work and many thanks for that! But i encountered in small issue, I want to apply animation after scrollbar is rendered. Is...

(Using Vue 2.5.16, Chrome 65) When using the component on an hidden parent which first shows up under certain conditions (i.e. within a `...`), i get an exception `Error in...

Hi, is it possible to make this work with a flexible height? I am trying to do this with vue2-scrollbar now, so I have 3 flexboxes, 2 have a height...

Is there a way to disable scroll animation when I set scroll position with scrollTo()? Like.. when I do . ``` this.$refs.Scrollbar.scrollToY(1000) ``` My window scroll to the position as...

Added an `onScroll` property that takes a function that is called as the scroll area is scrolled.