修复meditor的滚动
parent
1d396157c9
commit
04b501eb45
|
@ -142,6 +142,7 @@ class MEditor extends Component {
|
|||
`,
|
||||
css`
|
||||
.editor-outbox {
|
||||
overflow: hidden;
|
||||
flex: 1;
|
||||
display: flex;
|
||||
width: 100%;
|
||||
|
|
Loading…
Reference in New Issue