mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-02-12 04:18:54 +00:00
fix(component): confirm modal should not clip content (#8325)
This commit is contained in:
@@ -196,11 +196,9 @@ export const modalFooter = style({
|
||||
},
|
||||
});
|
||||
export const confirmModalContent = style({
|
||||
marginTop: '12px',
|
||||
marginBottom: '20px',
|
||||
height: '100%',
|
||||
overflowY: 'auto',
|
||||
padding: '0 4px',
|
||||
padding: '12px 4px 20px 4px',
|
||||
});
|
||||
export const confirmModalContainer = style({
|
||||
display: 'flex',
|
||||
|
||||
Reference in New Issue
Block a user