mirror of
https://github.com/toeverything/AFFiNE.git
synced 2024-12-18 22:11:55 +03:00
chore: add overflow scroll
This commit is contained in:
parent
bd15d2d674
commit
a4013d7378
@ -12,6 +12,7 @@ const Dialog = styled('div')({
|
|||||||
boxShadow: '0px 1px 10px rgba(152, 172, 189, 0.6)',
|
boxShadow: '0px 1px 10px rgba(152, 172, 189, 0.6)',
|
||||||
borderRadius: '10px',
|
borderRadius: '10px',
|
||||||
padding: '72px 120px',
|
padding: '72px 120px',
|
||||||
|
overflow: 'scroll',
|
||||||
});
|
});
|
||||||
|
|
||||||
const Modal = ({ open, children }: { open: boolean; children?: ReactNode }) => {
|
const Modal = ({ open, children }: { open: boolean; children?: ReactNode }) => {
|
||||||
|
Loading…
Reference in New Issue
Block a user