mapillary-js/styles/mapillary-js.css
Oscar Lorentzon a1ae690b1e Hide overflow on container.
Fixes #134

Hide overflow to ensure that scrollbars does not appear around WebGL canvas.
Do not highlight on tap.
Remove unused CSS properties.
2016-06-07 14:47:20 +02:00

15 lines
251 B
CSS

.mapillary-js {
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;
}