t2-mapper/app/style.css
2025-09-11 16:48:23 -07:00

18 lines
170 B
CSS

html,
body {
margin: 0;
padding: 0;
}
#canvas {
display: block;
width: 100vw;
height: 100vh;
}
#missionList {
position: fixed;
top: 20px;
left: 20px;
}