浏览代码

fix: playground styling

Timothy J. Baek 6 月之前
父节点
当前提交
835eeb6433
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/routes/(app)/playground/+layout.svelte

+ 1 - 1
src/routes/(app)/playground/+layout.svelte

@@ -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)]'
 		: ''}"
 >