Skip to content

Commit

Permalink
fix(mapper): mobile broser map control placement fix (#1899)
Browse files Browse the repository at this point in the history
* fix(+page): mobile broser map control placement fix

* fix(+page): replace dvh with svh
  • Loading branch information
NSUWAL123 authored Nov 21, 2024
1 parent ca4be5f commit 6b35d97
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/mapper/src/routes/[projectId]/+page.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@
{/if}

<!-- The main page -->
<div class="h-[calc(100vh-4.625rem)]">
<div class="h-[calc(100svh-4.625rem)]">
<MapComponent
setMapRef={(map) => {
mapComponent = map;
Expand Down

0 comments on commit 6b35d97

Please sign in to comment.