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 ![]()
I hope you can help me.
best regards,
LASTLIFT, Benjamin Schilling
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:
base.css filebody.gradient with an overflow property set to initial !importantStatus: The discussion remains open with one proposed technical fix provided, but no confirmation yet on whether the solution resolved the scrolling problem.
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 ![]()
I hope you can help me.
best regards,
LASTLIFT, Benjamin Schilling
Hi @LASTLIFT , go to base.css and add the following code :
body.gradient.animate--hover-3d-lift.lastliftshop-gdpr {
overflow: initial !important;
}