Skip to content

Commit

Permalink
style: global height to correct values
Browse files Browse the repository at this point in the history
  • Loading branch information
MarcoEscaleira committed Apr 27, 2024
1 parent aad2e35 commit e014373
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions src/global.scss
Original file line number Diff line number Diff line change
Expand Up @@ -14,19 +14,21 @@

html {
scroll-behavior: smooth;
min-height: 100vh;
}

body {
width: 100%;
height: 100vh;
min-height: 100vh;
background: rgb(var(--background-color));
}

#root {
width: 100%;
height: 100vh;
height: 100%;
display: flex;
flex-direction: column;
position: relative;
}

.mapboxgl-ctrl-logo {
Expand Down

0 comments on commit e014373

Please sign in to comment.