Skip to content

Commit c87a392

Browse files
authored
fix(component): confirm modal should not clip content (#8325)
1 parent c26120a commit c87a392

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

packages/frontend/component/src/ui/modal/styles.css.ts

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -196,11 +196,9 @@ export const modalFooter = style({
196196
},
197197
});
198198
export const confirmModalContent = style({
199-
marginTop: '12px',
200-
marginBottom: '20px',
201199
height: '100%',
202200
overflowY: 'auto',
203-
padding: '0 4px',
201+
padding: '12px 4px 20px 4px',
204202
});
205203
export const confirmModalContainer = style({
206204
display: 'flex',

0 commit comments

Comments
 (0)