-
-
Notifications
You must be signed in to change notification settings - Fork 533
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
scrollbar is not visible until users scrolls #262
Comments
Weird. In the React env it works fine: http://grsmto.github.io/simplebar/examples I don't see why Vue would make any difference. You're sure you don't have any CSS clashing? |
I have an idea. If Fix: in cases where DOM is created beforehand and @Grsmto I use my own React component but I believe that My opinion is that core ( |
Yup, it happens the same with me with simplebar-react |
I use the Vue plugin of Simplebar. Here is an example of how I use the simplebar and which CSS styles I use: list.vue <simplebar class="simplebar-container"
data-simplebar-auto-hide="false">
<v-list>
...
</v-list>
</simplebar> list.styl
The following GIF shows a section of my Chrome DevTools Elements panel.
@Grsmto, do not know to what extent you have dealt with this problem, but perhaps my comment will help you to solve it |
🐛 Bugs
Current Behavior
I use the vue.js plugin for enabling scrollbar visible all the time. For some reasons, the scrollbar is not visible until user scrolls for the first time then it stays visible.
I use the custom attribute
data-simplebar-auto-hide="false"
to make the scrollbar visible at all times.Expected behavior
Scrollbar should be visible from the start.
The text was updated successfully, but these errors were encountered: