mirror of
https://github.com/mapillary/mapillary-js.git
synced 2026-01-18 13:56:53 +00:00
16 lines
282 B
CSS
16 lines
282 B
CSS
.mapillary-js {
|
|
background-color: #202020;
|
|
position: relative;
|
|
overflow: hidden;
|
|
user-select: none;
|
|
-webkit-tap-highlight-color: rgba(0,0,0,0);
|
|
}
|
|
|
|
.domRenderer {
|
|
width: 100%;
|
|
height: 100%;
|
|
position: absolute;
|
|
z-index: 10;
|
|
overflow: hidden;
|
|
}
|