Skip to content

Commit 65f94f8

Browse files
author
Oleksandr Dubovyk
committed
MAGETWO-46726: Slide-out panel contains scroll bars available for bottom layers
- Fixed vertical scroll
1 parent 54a6742 commit 65f94f8

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

app/design/adminhtml/Magento/backend/web/css/source/components/_modals_extend.less

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -159,6 +159,11 @@
159159
.modal-content-new-attribute {
160160
overflow: auto;
161161
-webkit-overflow-scrolling: touch;
162+
padding-bottom: 0;
163+
164+
iframe {
165+
margin-bottom: -@indent__m;
166+
}
162167
}
163168

164169
.modal-title {

0 commit comments

Comments
 (0)