diff --git a/src/pages/Create/components/Editor/index.scss b/src/pages/Create/components/Editor/index.scss index 6fd39eb..a34e1bc 100644 --- a/src/pages/Create/components/Editor/index.scss +++ b/src/pages/Create/components/Editor/index.scss @@ -1,9 +1,9 @@ @import "./markdown.scss"; .bytemd { - // height: 80vh; height: calc(100vh - 200px); border: none; + z-index: 99999; .bytemd-toolbar { background-color: transparent;