Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(bctheme): BCTHEME-36 Product List Options Do Not Have a Max Height #1707

Merged
merged 2 commits into from
Jul 6, 2020

Conversation

BC-tymurbiedukhin
Copy link
Contributor

What?

On Stencil themes, product list options do not have a set max height. This affects merchants that add a large amount of items to their product list options as it increases the length of the product page and pushes the add to cart button far down the page.

Tickets / Documentation

https://jira.bigcommerce.com/browse/BCTHEME-36

Screenshots (if appropriate)

Screenshot 2020-07-01 at 15 11 44

ping @yurytut1993 @junedkazi

@bigbot
Copy link

bigbot commented Jul 1, 2020

Autotagging @bigcommerce/storefront-team @davidchin

Copy link

@golcinho golcinho left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍

@@ -372,6 +372,8 @@
border: $productOptions-list-border;
list-style: none;
margin: 0;
max-height: 400px;
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

How does this look on mobile or tablets. Can we confirm before we merge this one.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Screenshot 2020-07-06 at 11 33 01

Screenshot 2020-07-06 at 11 33 22

@junedkazi junedkazi merged commit 8735915 into bigcommerce:master Jul 6, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants