Commit c8017b1365ea49f95a26148a539f8c30d8a8631f
1 parent
d8362f08
fix(markdown): the hierarchy of markDown components after full screen
Showing
1 changed file
with
3 additions
and
0 deletions
src/components/Markdown/src/Markdown.vue
@@ -90,6 +90,9 @@ | @@ -90,6 +90,9 @@ | ||
90 | theme: getDarkMode.value === 'dark' ? 'dark' : 'classic', | 90 | theme: getDarkMode.value === 'dark' ? 'dark' : 'classic', |
91 | lang: unref(getCurrentLang), | 91 | lang: unref(getCurrentLang), |
92 | mode: 'sv', | 92 | mode: 'sv', |
93 | + fullscreen: { | ||
94 | + index: 520, | ||
95 | + }, | ||
93 | preview: { | 96 | preview: { |
94 | actions: [], | 97 | actions: [], |
95 | }, | 98 | }, |