Focal Theme - Disable Variant Selector Scrolling Function

Solved

Focal Theme - Disable Variant Selector Scrolling Function

hdkingy
Excursionist
46 0 18

I am looking for a code that will disable the variant selector dropdown from scrolling.

Instead I am looking for the dropdown window to extend all the way to the last variant.

 

An example can be seen here: 

Screenshot 2023-12-12 124639.png

 

Here is a link to my site: https://pondstream.com/products/kasco-j-series-floating-fountain-1-hp-240v?variant=45205698183469

 

Thank you!

Accepted Solution (1)

KabirDev
Shopify Partner
248 61 75

This is an accepted solution.

Hi @hdkingy, add the below code to your CSS file.

.combo-box {
max-height: none !important;
}
- Control payment methods visibility at checkout by KlinKode PayRules app.
- Contact me directly at shahriar@kabirdev.com

View solution in original post

Replies 3 (3)

KabirDev
Shopify Partner
248 61 75

This is an accepted solution.

Hi @hdkingy, add the below code to your CSS file.

.combo-box {
max-height: none !important;
}
- Control payment methods visibility at checkout by KlinKode PayRules app.
- Contact me directly at shahriar@kabirdev.com
hdkingy
Excursionist
46 0 18

You're the best, thanks!

KabirDev
Shopify Partner
248 61 75

Happy to help. Don't forget to hit the Like button too if you are satisfied with the solution.

- Control payment methods visibility at checkout by KlinKode PayRules app.
- Contact me directly at shahriar@kabirdev.com