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

Commit 4a638f9

Browse files
committed
Remove unneeded noOverflow class that broke the layout of the confirm contract screen.
1 parent c28bf84 commit 4a638f9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

js/templates/transactionModal.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ <h2 class="ion-android-close clickable"></h2>
66
<% if(ob.invalidData){ %>
77
<div class="fullCentered"><h2><%= polyglot.t('errorMessages.serverError') %></h2></div>
88
<% } else { %>
9-
<div class="modal-hero js-transactionHero shadow-inner1-light overflowHidden"
9+
<div class="modal-hero js-transactionHero shadow-inner1-light"
1010
<% if(ob.vendor_offer.listing.item.image_hashes){ %>
1111
style="background-image: url(<%= ob.serverUrl %>get_image?hash=<%= ob.vendor_offer.listing.item.image_hashes[0] %>&guid=<%=ob.vendor_offer.listing.id.guid %>), url(imgs/defaultBanner.png);"
1212
<% } else { %>

0 commit comments

Comments
 (0)