uploaded site and api data
This commit is contained in:
@@ -0,0 +1,28 @@
|
||||
.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
|
||||
}
|
||||
Reference in New Issue
Block a user