修复markdown打开边写边看模式后其他元素覆盖在编辑器上方的bug

This commit is contained in:
zhigang.li 2018-08-02 16:32:22 +08:00
parent 37117514f8
commit e7bc6676f6
1 changed files with 3 additions and 0 deletions

View File

@ -69,5 +69,8 @@ export default {
.CodeMirror-fullscreen{
z-index: 9999;
}
.CodeMirror-fullscreen ~ .editor-preview-side{
z-index: 9999;
}
}
</style>