Skip to content

Commit

Permalink
Correct mobile sidebar height on map
Browse files Browse the repository at this point in the history
  • Loading branch information
ivbq committed Sep 19, 2024
1 parent eb3e0b6 commit 9c5c5bc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/styles/globals.css
Original file line number Diff line number Diff line change
Expand Up @@ -224,11 +224,11 @@
}

#sidebar {
height: calc(50dvh - 5rem - 1rem) !important;
height: calc(60vh - 5rem - 1rem) !important;
}

#explorer {
height: calc(50dvh - 5rem - 1rem - 5rem - 1rem) !important;
height: calc(60vh - 5rem - 1rem - 5rem - 1rem) !important;
}
}
/* #sidebar {
Expand Down

0 comments on commit 9c5c5bc

Please sign in to comment.