You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Aug 9, 2023. It is now read-only.
First of all great work Ash, and thank you for sharing it! Giving this a shot in a new project.
I'm encountering the following problem: my .asscrollbar__handle is being set the same height of the viewport and isn't translating on scroll. It does show on scroll and hides on stop.
I'm not quite sure what I might be doing wrong but I've been looking at the codepen demo and my HTML structure is about the same: my <main> is the .asscroll-container and the .asscrollbar is its sibling. Only difference is that there's a <nav> element outside the .asscroll-container but if I remove it the problem remains.
Any thoughts would be appreciated!
The text was updated successfully, but these errors were encountered:
First of all great work Ash, and thank you for sharing it! Giving this a shot in a new project.
I'm encountering the following problem: my .asscrollbar__handle is being set the same height of the viewport and isn't translating on scroll. It does show on scroll and hides on stop.
I'm not quite sure what I might be doing wrong but I've been looking at the codepen demo and my HTML structure is about the same: my
<main>
is the .asscroll-container and the .asscrollbar is its sibling. Only difference is that there's a<nav>
element outside the .asscroll-container but if I remove it the problem remains.Any thoughts would be appreciated!
The text was updated successfully, but these errors were encountered: