Skip to content

Commit

Permalink
fix map viewport issue on mobile
Browse files Browse the repository at this point in the history
  • Loading branch information
secondl1ght committed Apr 20, 2023
1 parent 8cd4aba commit 6a7eae7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/routes/map/+page.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -1025,7 +1025,7 @@ ${
<Boost />
<ShowTags />

<div bind:this={mapElement} class="h-[100vh] !bg-teal dark:!bg-dark" />
<div bind:this={mapElement} class="absolute h-[100%] w-full !bg-teal dark:!bg-dark" />
</main>

<style>
Expand Down

0 comments on commit 6a7eae7

Please sign in to comment.