DEV Community

Discussion on: Monaco Editor + Svelte Kit

Collapse
 
donpedro profile image
donpedro

This is great, thanks!

I had to add a min-height to the div so it wouldn't have a zero-height:

<div bind:this={divEl} class="h-screen" style="min-height: 300px;" />
Enter fullscreen mode Exit fullscreen mode
Collapse
 
donpedro profile image
donpedro

I just added an answer on StackOverflow which shows how to create a SvelteKit project from scratch around this code.