Skip to content
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 starts outside of element at first #42

Open
BabyDead opened this issue May 14, 2018 · 3 comments
Open

Scrollbar starts outside of element at first #42

BabyDead opened this issue May 14, 2018 · 3 comments

Comments

@BabyDead
Copy link

BabyDead commented May 14, 2018

naamloos

As you can see on my image, the scrollbar seems to be appearing outside of the element they're supposed to be in. They are hovering blocks, in the center of the website.

I pretty much only gave them the ss-container class and a "height:300px" css rule. Also, these elements all have box-sizing on "border-box".

So, for an accurate description;

1 ) reload page
2 ) hover over scrollable block
3 ) see scrollbar next to scrollable block
4 ) Hover out and back in again; it fixed itself.
alternate 4 ) Scroll, it'll fix itself as well.

@tottello
Copy link

tottello commented Jul 9, 2018

Have same issue

@BabyDead
Copy link
Author

@tottello oh, I just switched to simplebar now. It works kind of the same, but... well, better haha.

@stripthis
Copy link

Removing ss-hidden seems to solve the issue.

.ss-hidden {
  display: none;
}

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

No branches or pull requests

3 participants