mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-02-13 21:05:19 +00:00
fix(component): an input display issue in confirm dialog (#6102)
fix the following issue of `input` 
This commit is contained in:
@@ -72,6 +72,7 @@ export const confirmModalContent = style({
|
||||
marginBottom: '20px',
|
||||
height: '100%',
|
||||
overflowY: 'auto',
|
||||
padding: '0 4px',
|
||||
});
|
||||
export const confirmModalContainer = style({
|
||||
display: 'flex',
|
||||
|
||||
Reference in New Issue
Block a user