Fix after moving svg into container div

This commit is contained in:
Catalin Mititiuc 2024-03-31 17:05:12 -07:00
parent 69b1d8252e
commit 64aeda4b55

View File

@ -1,6 +1,5 @@
body {
margin: 0;
max-height: 100vh;
display: flex;
overflow: hidden;
}
@ -8,13 +7,13 @@ body {
#map-container {
flex-basis: 100%;
position: relative;
max-height: 100vh;
}
svg {
background-color: darkgray;
/* flex-basis: 100%; */
/* max-height: 50vh; */
/* max-height: 100vw; */
width: 100%;
height: 100%;
}
svg text {