From 0ce5060246bcaea5f6044e1abbd1cdce12357d21 Mon Sep 17 00:00:00 2001 From: Charles Hacskaylo Date: Tue, 21 Mar 2023 17:02:34 -0700 Subject: [PATCH] Fix Imagery local controls z-index (#6482) - Corrected z-index for imagery local controls. --- src/plugins/imagery/components/imagery-view.scss | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/plugins/imagery/components/imagery-view.scss b/src/plugins/imagery/components/imagery-view.scss index 4d5f125916..708c6848e3 100644 --- a/src/plugins/imagery/components/imagery-view.scss +++ b/src/plugins/imagery/components/imagery-view.scss @@ -195,7 +195,7 @@ margin-bottom: 1px; padding-bottom: $interiorMarginSm; &.animate-scroll { - scroll-behavior: smooth; + scroll-behavior: smooth; } } @@ -320,7 +320,7 @@ flex-direction: row; position: absolute; left: $interiorMargin; top: $interiorMargin; - z-index: 70; + z-index: 10; background: $colorLocalControlOvrBg; border-radius: $basicCr; align-items: center;