Skip to content

Commit

Permalink
fix: Height adjusted
Browse files Browse the repository at this point in the history
  • Loading branch information
hampfh committed Nov 17, 2024
1 parent 4758691 commit 1dc07d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/student/map/_components/MainView.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ export default function MainView({
filteredBooths={filteredBooths}
setFilteredBooths={setFilteredBooths}
/>
<div className="flex-grow">
<div className="h-[calc(100dvh-144px)] flex-grow">
<MapComponent
initialView={initialView}
boothsById={currentLocationBoothsById}
Expand Down

0 comments on commit 1dc07d4

Please sign in to comment.