We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2ccc465 commit 77c5c84Copy full SHA for 77c5c84
src/app/src/components/AppLayout.vue
@@ -52,11 +52,13 @@ function onLeave(el: Element, done: () => void) {
52
class="fixed top-0 bottom-0 left-0 border-r border-default flex flex-col max-w-full bg-default"
53
:style="sidebarStyle"
54
>
55
- <!-- This is needed for the Monaco editor to be able to position the portal correctly -->
56
- <div class="monaco-editor"><div id="monaco-portal" /></div>
+ <!-- This is needed for the Monaco editor to be able to position the portal correctly -->
+ <div class="monaco-editor">
57
+ <div id="monaco-portal" />
58
+ </div>
59
+
60
+ <AppHeader />
61
- <AppHeader />
-
62
<div class="flex-1 overflow-y-auto relative">
63
<slot />
64
</div>
0 commit comments