We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 69e998b commit e9d0687Copy full SHA for e9d0687
example/components/chakra-markdown.tsx
@@ -28,7 +28,7 @@ const ChakraMarkdown = React.memo<any>(({ content }) => {
28
setEditorHeight(`${lines * lineHeight}px`);
29
}, [children]);
30
return (
31
- <Box border="1px solid" borderColor={useColorModeValue("gray.200", "gray.600")} borderRadius="md" overflow="hidden" my={2}>
+ <Box border="1px solid" borderColor={useColorModeValue("gray.200", "gray.600")} borderRadius="md" overflow="visible" my={2}>
32
<MonacoEditor
33
height={editorHeight}
34
language={language}
0 commit comments