mirror of
https://github.com/nasa/openmct.git
synced 2025-06-03 08:00: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
@ -195,7 +195,7 @@
|
|||||||
margin-bottom: 1px;
|
margin-bottom: 1px;
|
||||||
padding-bottom: $interiorMarginSm;
|
padding-bottom: $interiorMarginSm;
|
||||||
&.animate-scroll {
|
&.animate-scroll {
|
||||||
scroll-behavior: smooth;
|
scroll-behavior: smooth;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -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