fix pointer events

This commit is contained in:
Scott Bell 2023-04-14 14:46:36 -05:00
parent 0aaa7998f5
commit 9018dcd319

View File

@ -10,11 +10,11 @@ $elemBg: rgba(black, 0.7);
}
.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;
left: 0;
top: 0;
z-index: 2;
z-index: 4;
@include userSelectNone;
}