fix: markdown help dialog shown below editor

This commit is contained in:
Nicolas Giard 2019-11-18 14:37:55 -05:00 committed by GitHub
parent 68200f5136
commit e764e74a73
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -288,7 +288,7 @@ export default {
<style lang='scss'>
.editor-markdown-help {
position: fixed;
position: fixed !important;
top: 112px;
left: 64px;
z-index: 10;