EventMapper/assets/styles/styles.css

17 lines
237 B
CSS
Raw Normal View History

body, html {
margin: 0;
height: 100vh;
width: 100vw;
box-sizing: border-box;
overflow: hidden;
}
#leaflet-map {
2024-05-29 15:15:05 +00:00
background-color: #404040;
display: inline-block;
box-sizing: border-box;
height: 100%;
width: 100%;
2024-05-29 15:15:05 +00:00
}