mirror of
git://f0xx.org/android_cast
synced 2026-07-29 06:18:42 +03:00
BE sync / gitea
This commit is contained in:
@@ -29,14 +29,15 @@
|
||||
/* Interactive globe canvas replaces globe + continents + gridOverlay when globe3d=1 */
|
||||
.hub-globe-canvas {
|
||||
position: fixed;
|
||||
z-index: 3;
|
||||
pointer-events: auto;
|
||||
z-index: 1;
|
||||
pointer-events: none;
|
||||
cursor: grab;
|
||||
touch-action: none;
|
||||
border-radius: 50%;
|
||||
}
|
||||
|
||||
.hub-globe-canvas.is-dragging {
|
||||
pointer-events: auto;
|
||||
cursor: grabbing;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user