fix: playground styling

This commit is contained in:
Timothy J. Baek 2024-11-03 23:05:41 -08:00
parent 5c60081c1f
commit 835eeb6433

View File

@ -16,7 +16,7 @@
</svelte:head>
<div
class=" flex flex-col w-full min-h-screen max-h-screen {$showSidebar
class=" flex flex-col w-full h-screen max-h-[100dvh] {$showSidebar
? 'md:max-w-[calc(100%-260px)]'
: ''}"
>