multiple scrollbars bug

LASTLIFT
New Member
4 0 0

I have a issue where i have 2 scrollbars showing. And the fix that i found isnt possible because i cant find vendor.css in my asset folder. 

 

LastLift.de

 

Each component with a horizontal scroll has its own verticle scroll. How can i merge all the into 1

Replies 3 (3)
laddisahsi
Shopify Partner
321 33 36

Hi @LASTLIFT 

You can follow the following steps:

1. Please go to the Online Store
2. Then Edit Code
3. Please find the theme.liquid file
4. And add the following code in theme.liquid file above the </head> tag

<style>
body.gradient.animate--hover-3d-lift.lastliftshop-gdpr {
    overflow: hidden !important;
}
</style>

 

 

laddisahsi_0-1695120759128.png

 

 

If this solution is worked, then please Like this and Mark this as accepted solution!

Laddi

-Shopify website development, Theme & App Development
-Contact me: WhatsApp


-Email Me
-If this solution is worked, then please Like this and Mark this as accepted solution!
LASTLIFT
New Member
4 0 0

Screenshot (45).pngScreenshot (44).png

LASTLIFT
New Member
4 0 0

What did I wrong?