perf: mermaid overflow

This commit is contained in:
archer
2023-06-12 22:02:06 +08:00
parent 99e47849f5
commit 98e3c0a41f

View File

@@ -76,6 +76,7 @@ const MermaidBlock = ({ code }: { code: string }) => {
<Box position={'relative'}>
<Box
ref={dom}
as={'p'}
className={styles.mermaid}
minW={'100px'}
minH={'50px'}