Skip to content

Commit

Permalink
Merge pull request #1446 from sacr3dc0w/master
Browse files Browse the repository at this point in the history
fix(cp): CP-4140 fixes modal scroll issue from quickview button
  • Loading branch information
Ubersmake authored Feb 14, 2019
2 parents a16959d + 6620c08 commit 2dcbfbf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/components/products/list-item.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
{{#unless hide_product_quick_view}}
{{#if theme_settings.show_product_quick_view}}
<div class="listItem-figureBody">
<a href="#" {{#if settings.data_tag_enabled}} data-event-type="product-click" {{/if}} class="button button--small listItem-button quickview" data-product-id="{{id}}">{{lang 'products.quick_view'}}</a>
<a {{#if settings.data_tag_enabled}} data-event-type="product-click" {{/if}} class="button button--small listItem-button quickview" data-product-id="{{id}}">{{lang 'products.quick_view'}}</a>
</div>
{{/if}}
{{/unless}}
Expand Down

0 comments on commit 2dcbfbf

Please sign in to comment.