Skip to content

This issue was moved to a discussion.

You can continue the conversation there. Go to discussion →

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 breaks javascript function #66

Closed
Hautzii opened this issue Apr 9, 2021 · 0 comments
Closed

scrollbar breaks javascript function #66

Hautzii opened this issue Apr 9, 2021 · 0 comments

Comments

@Hautzii
Copy link

Hautzii commented Apr 9, 2021

I have a function that scrolls down the page when you click on a button:
$(".topBar-Title").click(function () { $("html, body").animate({ scrollTop: $("#firstDiv").offset().top }, 1000); });
When I add ss-container to the body tag these functions break.
Does anyone have any idea why ?

@buzinas buzinas closed this as completed Apr 9, 2021
Repository owner locked and limited conversation to collaborators Apr 9, 2021

This issue was moved to a discussion.

You can continue the conversation there. Go to discussion →

Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants