Skip to content
This repository was archived by the owner on May 16, 2019. It is now read-only.

Commit 0717983

Browse files
committed
remove noOverflow class
- the noOverflow class was hiding the payment information on the last step of the purchase flow.
1 parent cb02145 commit 0717983

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

js/templates/buyWizard.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<div class="btn-corner btn-cornerTR btn-cornerTROutR btn-flushTop js-closeBuyWizardModal">
44
<h2 class="ion-android-close custCol-text clickable"></h2>
55
</div>
6-
<div class="modal-hero js-buyWizardHero custCol-text shadow-inner1-light noOverflow"
6+
<div class="modal-hero js-buyWizardHero custCol-text shadow-inner1-light"
77
style="background-image: url(<%= ob.serverUrl %>get_image?hash=<%= ob.vendor_offer.listing.item.image_hashes[0] %><%= ob.imageExtension %>), url(imgs/defaultBanner.png);">
88
<div class="js-buyWizardMap buyWizardMap positionRelative hide" style="height: 262px">
99
<div class="js-mapSpinner txt-col1 ion-android-sync spinner spinner-slow icon-large icon-circle-background1 zIndex1 fullCentered" style="border: 1px solid #aaa;"></div>

0 commit comments

Comments
 (0)