EventMapper/assets/styles/style.css

11 lines
132 B
CSS
Raw Normal View History

2024-06-01 06:31:08 +00:00
body, html {
margin: 0;
height: 100vh;
width: 100vw;
box-sizing: border-box;
overflow: hidden;
2024-06-01 18:36:00 +00:00
}
#map {
cursor: grab;
2024-06-01 06:31:08 +00:00
}