feat: Sight Page update
This commit is contained in:
@ -24,6 +24,14 @@ const StyledMarkdownEditor = styled("div")(({ theme }) => ({
|
||||
backgroundColor: theme.palette.background.paper,
|
||||
color: theme.palette.text.primary,
|
||||
borderColor: theme.palette.divider,
|
||||
height: "auto",
|
||||
minHeight: "200px",
|
||||
maxHeight: "500px",
|
||||
overflow: "auto",
|
||||
},
|
||||
"& .CodeMirror-scroll": {
|
||||
minHeight: "200px",
|
||||
maxHeight: "500px",
|
||||
},
|
||||
// Стили для текста в редакторе
|
||||
"& .CodeMirror-selected": {
|
||||
|
Reference in New Issue
Block a user