29 lines
411 B
CSS
29 lines
411 B
CSS
.viewer-widget-js {
|
|
position: relative;
|
|
width: 100%;
|
|
height: 100%;
|
|
cursor: grab;
|
|
}
|
|
|
|
.viewer-widget-js .controls {
|
|
position: absolute;
|
|
bottom: 0;
|
|
left: 0;
|
|
cursor: pointer
|
|
}
|
|
|
|
.viewer-widget-js .landmark-label-js {
|
|
font-size: 0%;
|
|
position: absolute;
|
|
left: 0;
|
|
top: 0
|
|
}
|
|
|
|
.viewer-widget-js * {
|
|
user-select: none
|
|
}
|
|
|
|
.viewer-widget-js:active {
|
|
cursor: grabbing
|
|
}
|