Fix after moving svg into container div
This commit is contained in:
parent
69b1d8252e
commit
64aeda4b55
@ -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 {
|
||||
|
Loading…
x
Reference in New Issue
Block a user