mirror of
https://github.com/toeverything/AFFiNE.git
synced 2024-12-13 10:44:54 +03:00
fix(component): an input display issue in confirm dialog (#6102)
fix the following issue of `input` ![image.png](https://graphite-user-uploaded-assets-prod.s3.amazonaws.com/T2klNLEk0wxLh4NRDzhk/8a439fd1-3f96-46c3-9e8d-0449779b5c36.png)
This commit is contained in:
parent
282b788258
commit
e116a82c24
@ -72,6 +72,7 @@ export const confirmModalContent = style({
|
||||
marginBottom: '20px',
|
||||
height: '100%',
|
||||
overflowY: 'auto',
|
||||
padding: '0 4px',
|
||||
});
|
||||
export const confirmModalContainer = style({
|
||||
display: 'flex',
|
||||
|
Loading…
Reference in New Issue
Block a user