Skip to content

scrollbar breaks javascript function #66

@Hautzii

Description

@Hautzii

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 ?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions