Dawn 15.1.0: Two Scroll Bars Appearing

@N_ASP I have checked your code. You can remove the code for #MainContent from your theme and try adding code below to the bottom of your base.css file.

.scroll-trigger.animate--slide-in {
        transform: none !important;
    }
1 Like