Skip to content

Commit 05c2558

Browse files
authored
fix: monaco auto layout (#290)
Signed-off-by: Philippe Martin <[email protected]>
1 parent 5282551 commit 05c2558

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/webview/src/App.svelte

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ let isMounted = false;
3636
<div class="flex flex-row w-full h-full overflow-hidden">
3737
<Navigation meta={meta} />
3838

39-
<div class="flex flex-col w-full h-full">
39+
<div class="flex flex-col w-full h-full overflow-hidden">
4040
<Route path="/">
4141
<Dashboard />
4242
</Route>

0 commit comments

Comments
 (0)