From 2447ea5f0cd4cc8c5ca382f3e78c7bc61b5c87e8 Mon Sep 17 00:00:00 2001 From: nocnico Date: Mon, 9 Jun 2025 03:15:03 +0200 Subject: [PATCH] Pilot Map Container Screen Height fix --- apps/dispatch/app/pilot/page.tsx | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/apps/dispatch/app/pilot/page.tsx b/apps/dispatch/app/pilot/page.tsx index 24b817e6..30bd704a 100644 --- a/apps/dispatch/app/pilot/page.tsx +++ b/apps/dispatch/app/pilot/page.tsx @@ -12,9 +12,9 @@ const Map = dynamic(() => import("../_components/map/Map"), { const DispatchPage = () => { return ( -
+
{/* */} -
+
@@ -22,8 +22,10 @@ const DispatchPage = () => {
- - +
+ + +