Explorar o código

fix: markdown help dialog shown below editor

Nicolas Giard %!s(int64=5) %!d(string=hai) anos
pai
achega
e764e74a73
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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;