Преглед на файлове

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;