修复markdown打开边写边看模式后其他元素覆盖在编辑器上方的bug
This commit is contained in:
parent
37117514f8
commit
e7bc6676f6
|
|
@ -69,5 +69,8 @@ export default {
|
|||
.CodeMirror-fullscreen{
|
||||
z-index: 9999;
|
||||
}
|
||||
.CodeMirror-fullscreen ~ .editor-preview-side{
|
||||
z-index: 9999;
|
||||
}
|
||||
}
|
||||
</style>
|
||||
|
|
|
|||
Loading…
Reference in New Issue