Why can't I scroll on my website anymore?

Topic summary

A user reports that scrolling functionality has stopped working on their website (www.lastlift.de).

The issue appears to affect the entire site’s navigation.

Proposed Solution:

  • Another user suggests modifying the base.css file
  • Recommends adding CSS code targeting body.gradient with an overflow property set to initial !important
  • The code snippet targets a specific class related to 3D hover animations

Status: The discussion remains open with one proposed technical fix provided, but no confirmation yet on whether the solution resolved the scrolling problem.

Summarized with AI on November 13. AI used: claude-sonnet-4-5-20250929.

Hello Shopify Support,

I cant scroll anymore on my website: www.lastlift.de

idk what to change and what i can do to fix it :disappointed_face:

I hope you can help me.

best regards,

LASTLIFT, Benjamin Schilling

1 Like

Hi @LASTLIFT , go to base.css and add the following code :

body.gradient.animate--hover-3d-lift.lastliftshop-gdpr {
    overflow: initial !important;
}