Skip to content

Commit

Permalink
Update +page.svelte
Browse files Browse the repository at this point in the history
  • Loading branch information
WC3D committed May 25, 2024
1 parent 1bb642e commit 583817e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion applications/web/src/routes/(CADmium)/+page.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
featureIndex.subscribe((val) => $wasmProject["get_workbench"] && workbenchIsStale.set(true))
</script>

<div class="w-[100vw] h-[100vh] block">
<div class="w-[100vw] h-[100vh] block" style="overflow: hidden;">
<AppBar {userName} project={$project} bind:newFileContent />
<ToolBar />
<div class="flex">
Expand Down

0 comments on commit 583817e

Please sign in to comment.