فهرست منبع

refac: styling

Timothy J. Baek 5 ماه پیش
والد
کامیت
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)]'
 			: ''}"
 	>