Skip to content

Commit 27c265d

Browse files
dmytro-chgelanivishal
authored andcommitted
Fix the issue: Content overlaps the close button #19263
1 parent 0f57a30 commit 27c265d

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

lib/web/css/source/components/_modals.less

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -100,6 +100,16 @@
100100
left: 0;
101101
overflow-y: auto;
102102

103+
&.confirm {
104+
.modal-inner-wrap {
105+
.lib-css(width, @modal-popup-confirm__width);
106+
107+
.modal-content {
108+
padding-right: 7rem;
109+
}
110+
}
111+
}
112+
103113
&._show {
104114
.modal-inner-wrap {
105115
-webkit-transform: translateY(0);

0 commit comments

Comments
 (0)