Explorar o código

refac: styling

Timothy J. Baek hai 1 ano
pai
achega
54420f5300
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      src/lib/components/chat/MessageInput/CallOverlay.svelte

+ 1 - 1
src/lib/components/chat/MessageInput/CallOverlay.svelte

@@ -328,7 +328,7 @@
 		<div
 			class="absolute w-full h-full bg-white text-gray-700 dark:bg-black dark:text-gray-300 flex justify-center"
 		>
-			<div class="max-w-lg w-full h-screen flex flex-col justify-between p-6">
+			<div class="max-w-lg w-full h-screen max-h-[100dvh] flex flex-col justify-between p-6">
 				<div>
 					<!-- navbar -->
 				</div>