mirror of
https://github.com/nasa/openmct.git
synced 2025-06-05 00:50:49 +00:00
Fix Imagery local controls z-index (#6482)
- Corrected z-index for imagery local controls.
This commit is contained in:
parent
00353cdccf
commit
0ce5060246
@ -320,7 +320,7 @@
|
|||||||
flex-direction: row;
|
flex-direction: row;
|
||||||
position: absolute;
|
position: absolute;
|
||||||
left: $interiorMargin; top: $interiorMargin;
|
left: $interiorMargin; top: $interiorMargin;
|
||||||
z-index: 70;
|
z-index: 10;
|
||||||
background: $colorLocalControlOvrBg;
|
background: $colorLocalControlOvrBg;
|
||||||
border-radius: $basicCr;
|
border-radius: $basicCr;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user