diff --git a/admin/src/components/ReactMdEditor/index.js b/admin/src/components/ReactMdEditor/index.js index dd2180d..b140f70 100644 --- a/admin/src/components/ReactMdEditor/index.js +++ b/admin/src/components/ReactMdEditor/index.js @@ -44,12 +44,18 @@ const Wrapper = styled.div` .w-md-editor-content { flex: 1 1 auto; } + .w-md-editor-fullscreen { + z-index: 3; + } .w-md-editor-text { margin: 0; } .wmde-markdown { display: none; } + .w-md-editor-preview ol { + list-style: auto; + } `; const Editor = ({