Skip to content

Commit

Permalink
Fix everything moving up in Safari iOS
Browse files Browse the repository at this point in the history
  • Loading branch information
Albermonte committed Sep 6, 2023
1 parent 22bf63e commit 4f493a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/MobileView.vue
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ watch(selectedUuid, (uuid) => {
</script>

<template>
<div class="flex flex-col h-screen">
<div class="flex flex-col h-[100dvh] h-screen">
<InteractionBar />
<TheMapInstance class="relative flex-1" />
<!-- Shadow -->
Expand Down

0 comments on commit 4f493a4

Please sign in to comment.