Fix Imagery local controls z-index (#6482)

- Corrected z-index for imagery local controls.
This commit is contained in:
Charles Hacskaylo 2023-03-21 17:02:34 -07:00 committed by GitHub
parent 00353cdccf
commit 0ce5060246
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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;