How to fix sticky product description while scrolling and how to fix app variant options?

Hi!

How to make a sticky product description while scrolling with a maximum limit?

Video: https://gyazo.com/9455b5f3fd25910128667f13d251f0d5

How to fix it to show directly the variant options of the app?

Video: https://gyazo.com/5d2fd658fe0bf24d94ed601fa2ed0c50

Shopify store: https://astrece.myshopify.com/collections/rebajas-hasta-25-dto/products/blazer-de-pana-con-doble-botonadura

Password: siaffa

Appreciate the help for this :heart:

@manojsocha Thank you for your reply.

Unfortunately the code you provided doesn’t work, but I’ve managed to fix the scrolling error myself.

I have used the following code to fix it:

.Product__Aside {
  min-height: 0px !important;
}
.Product__InfoWrapper {
  max-height: 9500px !important;
}

As for the variant options error, I’ll contact support to help me fix it.