mirror of
https://github.com/mapillary/mapillary-js.git
synced 2026-01-25 14:07:28 +00:00
31 lines
426 B
CSS
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;
|
|
}
|