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}
 {#if loaded}
 	<div
 	<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)]'
 			? 'md:max-w-[calc(100%-260px)]'
 			: ''}"
 			: ''}"
 	>
 	>