Skip to content

Commit

Permalink
Fix the issue: Content overlaps the close button #19263
Browse files Browse the repository at this point in the history
  • Loading branch information
dmytro-ch authored and gelanivishal committed Nov 22, 2018
1 parent 0f57a30 commit 27c265d
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions lib/web/css/source/components/_modals.less
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,16 @@
left: 0;
overflow-y: auto;

&.confirm {
.modal-inner-wrap {
.lib-css(width, @modal-popup-confirm__width);

.modal-content {
padding-right: 7rem;
}
}
}

&._show {
.modal-inner-wrap {
-webkit-transform: translateY(0);
Expand Down

0 comments on commit 27c265d

Please sign in to comment.