Pilot Map Container Screen Height fix
This commit is contained in:
@@ -12,9 +12,9 @@ const Map = dynamic(() => import("../_components/map/Map"), {
|
||||
|
||||
const DispatchPage = () => {
|
||||
return (
|
||||
<div className="relative flex-1 flex transition-all duration-500 ease w-full">
|
||||
<div className="relative flex-1 flex transition-all duration-500 ease w-full h-screen overflow-hidden">
|
||||
{/* <MapToastCard2 /> */}
|
||||
<div className="flex flex-1 relative w-full">
|
||||
<div className="flex flex-1 relative w-full h-full">
|
||||
<div className="absolute left-0 top-1/2 transform -translate-y-1/2 pl-4 z-999999">
|
||||
<Chat />
|
||||
<div className="mt-2">
|
||||
@@ -22,8 +22,10 @@ const DispatchPage = () => {
|
||||
</div>
|
||||
</div>
|
||||
<div className="flex w-2/3 h-full">
|
||||
<Map />
|
||||
<ConnectedDispatcher />
|
||||
<div className="flex flex-1 h-full">
|
||||
<Map />
|
||||
<ConnectedDispatcher />
|
||||
</div>
|
||||
</div>
|
||||
<div className="flex w-1/3 h-full">
|
||||
<div className="flex flex-col w-full h-full p-4 bg-base-300">
|
||||
|
||||
Reference in New Issue
Block a user