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

View File

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