Browse Source

fix: markdown help dialog shown below editor

Nicolas Giard 5 năm trước cách đây
mục cha
commit
e764e74a73
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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;