修复meditor的滚动

master
yutent 2023-10-20 15:39:19 +08:00
parent 1d396157c9
commit 04b501eb45
1 changed files with 1 additions and 0 deletions

View File

@ -142,6 +142,7 @@ class MEditor extends Component {
`,
css`
.editor-outbox {
overflow: hidden;
flex: 1;
display: flex;
width: 100%;