Commit 98e3c0a4 by archer

perf: mermaid overflow

parent 99e47849
...@@ -76,6 +76,7 @@ const MermaidBlock = ({ code }: { code: string }) => { ...@@ -76,6 +76,7 @@ const MermaidBlock = ({ code }: { code: string }) => {
<Box position={'relative'}> <Box position={'relative'}>
<Box <Box
ref={dom} ref={dom}
as={'p'}
className={styles.mermaid} className={styles.mermaid}
minW={'100px'} minW={'100px'}
minH={'50px'} minH={'50px'}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment