Skip to content
This repository has been archived by the owner on Jul 10, 2022. It is now read-only.

Support minimum scrollbar height #75

Closed
wants to merge 112 commits into from

Conversation

jhlee8804
Copy link

see #11

Dominik Serafin and others added 27 commits July 12, 2017 17:07
This reverts commit d633d1c.
Right now even if the scroll bar is not present, it is preventing scrolling. This shouldn’t happen when no scroll bar is present.
declare state before using it.
Don't prevent parent scroll when vuebar is not shown
Change to getNativeScrollbarWidth (fixes issue DominikSerafin#42)
Allows overriding the directive name, defaulting to `bar`. E.g.

```js
import Vuebar from 'vuebar';

Vue.use(Vuebar, {
    directive:'custom-scroll'
});
```

```html
<div v-custom-scroll></div>`
```
elimination of a series of errors when using the `v-bar + v-if/v-else`
@DominikSerafin
Copy link
Owner

#84

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

Successfully merging this pull request may close these issues.

7 participants