Skip to content

Commit e9d0687

Browse files
committed
Disable crop of tooltips
1 parent 69e998b commit e9d0687

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

example/components/chakra-markdown.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ const ChakraMarkdown = React.memo<any>(({ content }) => {
2828
setEditorHeight(`${lines * lineHeight}px`);
2929
}, [children]);
3030
return (
31-
<Box border="1px solid" borderColor={useColorModeValue("gray.200", "gray.600")} borderRadius="md" overflow="hidden" my={2}>
31+
<Box border="1px solid" borderColor={useColorModeValue("gray.200", "gray.600")} borderRadius="md" overflow="visible" my={2}>
3232
<MonacoEditor
3333
height={editorHeight}
3434
language={language}

0 commit comments

Comments
 (0)