Merge pull request #829 from iview/2.0

修复markdown打开边写边看模式后其他元素覆盖在编辑器上方的bug
This commit is contained in:
Lison 2018-08-02 16:35:07 +08:00 committed by GitHub
commit 46d23c33da
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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>