mirror of
https://github.com/nasa/openmct.git
synced 2025-02-12 21:56:13 +00:00
fix pointer events
This commit is contained in:
parent
0aaa7998f5
commit
9018dcd319
@ -10,11 +10,11 @@ $elemBg: rgba(black, 0.7);
|
|||||||
}
|
}
|
||||||
|
|
||||||
.c-compass {
|
.c-compass {
|
||||||
pointer-events: auto; // This allows the image element to receive a browser-level context click
|
pointer-events: none; // This allows the image element to receive a browser-level context click
|
||||||
position: absolute;
|
position: absolute;
|
||||||
left: 0;
|
left: 0;
|
||||||
top: 0;
|
top: 0;
|
||||||
z-index: 2;
|
z-index: 4;
|
||||||
@include userSelectNone;
|
@include userSelectNone;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user