mirror of
https://github.com/mapillary/mapillary-js.git
synced 2026-01-18 13:56:53 +00:00
38 lines
622 B
CSS
38 lines
622 B
CSS
.mapillary-viewer {
|
|
background-color: #0F0F0F;
|
|
position: relative;
|
|
overflow: hidden;
|
|
-webkit-tap-highlight-color: rgba(0,0,0,0);
|
|
}
|
|
|
|
.mapillary-interactive {
|
|
cursor: grab;
|
|
}
|
|
|
|
.mapillary-interactive:active {
|
|
cursor: grabbing;
|
|
}
|
|
|
|
.mapillary-viewer .mapillary-dom {
|
|
bottom: 0;
|
|
left: 0;
|
|
overflow: hidden;
|
|
pointer-events: none;
|
|
position: absolute;
|
|
right: 0;
|
|
top: 0;
|
|
user-select: none;
|
|
}
|
|
|
|
.mapillary-dom .mapillary-dom-renderer {
|
|
pointer-events: auto;
|
|
}
|
|
|
|
.mapillary-viewer div {
|
|
box-sizing: content-box;
|
|
}
|
|
|
|
.mapillary-viewer input:focus {
|
|
background: none;
|
|
}
|