mapillary-js/styles/mapillary-js.css
2016-03-14 10:32:30 +01:00

31 lines
426 B
CSS

.mapillary-js {
background-color: #000;
width: 320px;
height: 240px;
position: relative;
user-select: none;
}
.domRenderer {
width: 100%;
height: 100%;
position: absolute;
z-index: 10;
overflow: hidden;
}
.rectContainer {
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
z-index: 10;
}
.Rect {
position: absolute;
outline: 2px solid lime;
}