fix: Update map with tables fixes
This commit is contained in:
@ -38,6 +38,12 @@ const StyledMarkdownEditor = styled("div")(({ theme }) => ({
|
||||
maxHeight: "500px",
|
||||
overflowY: "auto",
|
||||
overflowX: "hidden",
|
||||
"&::-webkit-scrollbar": {
|
||||
display: "none",
|
||||
},
|
||||
"&": {
|
||||
scrollbarWidth: "none",
|
||||
},
|
||||
wordBreak: "break-word", // ✅ добавлено
|
||||
},
|
||||
"& .CodeMirror-selected": {
|
||||
|
Reference in New Issue
Block a user