Browse Source

fix: markdown help dialog shown below editor

pull/1233/head
Nicolas Giard 4 years ago
committed by GitHub
parent
commit
e764e74a73
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions
  1. 2
      client/components/editor/markdown/help.vue

2
client/components/editor/markdown/help.vue

@ -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;

Loading…
Cancel
Save