Skip to content

Commit

Permalink
fix(markdown): the hierarchy of markDown components after full screen
Browse files Browse the repository at this point in the history
  • Loading branch information
anncwb committed Aug 25, 2021
1 parent d8362f0 commit c8017b1
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/components/Markdown/src/Markdown.vue
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,9 @@
theme: getDarkMode.value === 'dark' ? 'dark' : 'classic',
lang: unref(getCurrentLang),
mode: 'sv',
fullscreen: {
index: 520,
},
preview: {
actions: [],
},
Expand Down

0 comments on commit c8017b1

Please sign in to comment.