[Bug Fix] Cart drawer scrolling issue (Pursuit 1.0.9)

If you're using Pursuit version 1.0.9, you might notice a bug with the cart drawer when you can't scroll down to the checkout button when there are multiple products in the cart. This issue has been addressed as of version 1.1. If you are experiencing this issue and do not wish to update versions, please follow these steps to fix it.

1
In your Shopify admin, go to Sales Channels > Online Store > Themes
2
Click Customize next to the theme you want to edit
3
Click the small gear icon in the upper left to view Theme settings
4
Click the Custom CSS heading to display the code editor box
5
Add the code below and click Save
.Cart-Drawer { 
  height: var(--app-height,100vh);
}

The issue should now be resolved. If you are uncomfortable making this change or don't see the desired results after saving, please reach out to our support team and we can apply the fix for you. We apologize for any inconvenience this has caused.

Did this answer your question? Thanks for the feedback There was a problem submitting your feedback. Please try again later.

Still need help? Contact Us Contact Us