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
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 ?
The text was updated successfully, but these errors were encountered:
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 ?
The text was updated successfully, but these errors were encountered: