mirror of
https://github.com/nasa/openmct.git
synced 2024-12-19 05:07:52 +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;
|
||||
position: absolute;
|
||||
left: $interiorMargin; top: $interiorMargin;
|
||||
z-index: 70;
|
||||
z-index: 10;
|
||||
background: $colorLocalControlOvrBg;
|
||||
border-radius: $basicCr;
|
||||
align-items: center;
|
||||
|
Loading…
Reference in New Issue
Block a user