BosNaufal / vue2-scrollbar

The Simplest Pretty Scroll Area Component with custom scrollbar for Vue 2. https://bosnaufal.github.io/vue2-scrollbar
MIT License
234 stars 80 forks source link

Browser support #21

Closed adi518 closed 7 years ago

adi518 commented 7 years ago

What's the browser support for this one?

BosNaufal commented 7 years ago

@adi518 Just try it. I think, modern browsers should support it~

adi518 commented 7 years ago

I noticed an issue where it would scroll with the page, instead of real scrollbar behavior, which will scroll its content and then propagate to the parent. This leads to bad UX.

BosNaufal commented 7 years ago

Hi @adi518, would you like to check it again? The body scroll will be scrolling after the scrolling content's reached its max scroll position.... Try to scroll it slowly.

CMIIW