Skip to content

Commit b2df7b3

Browse files
committed
MAGETWO-37594: Implementation and fixes after review
1 parent 0e4916b commit b2df7b3

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

app/code/Magento/Ui/view/base/web/templates/dialog/dialog-slide.html

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,8 @@
66
-->
77

88
<section
9-
class="dialog-<%= data.type %> <%= data.dialogClass %>"
9+
class="dialog-<%= data.type %> <%= data.dialogClass %>
10+
<% if(data.innerScroll){ %><%= data.innerScrollClass %><% } %>"
1011
data-role="dialog"
1112
data-type="<%= data.type %>">
1213
<div class="dialog-inner-wrap">

0 commit comments

Comments
 (0)