diff --git a/src/plugins/imagery/components/Compass/compass.scss b/src/plugins/imagery/components/Compass/compass.scss index 2846efc456..568d82cfaa 100644 --- a/src/plugins/imagery/components/Compass/compass.scss +++ b/src/plugins/imagery/components/Compass/compass.scss @@ -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; }