浏览代码

fix: markdown help dialog shown below editor

Nicolas Giard 5 年之前
父节点
当前提交
e764e74a73
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      client/components/editor/markdown/help.vue

+ 1 - 1
client/components/editor/markdown/help.vue

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