Replies: 1 comment
-
You need to set a height for your body and set options for better experience. body {
height: 100vh;
} And let body = document.body;
const options = {
// your options go here
}
Scrollbar.init(body, options) |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
When I try to use the plugin, I'm using the latest angular ~15, the scrollbar only scrolls a certain amount on the page.
Beta Was this translation helpful? Give feedback.
All reactions