瀏覽代碼

refac: styling

Timothy J. Baek 6 月之前
父節點
當前提交
0b47387081
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/routes/(app)/workspace/+layout.svelte

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

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