mirror of
https://github.com/nasa/openmct.git
synced 2025-02-21 01:42:31 +00:00
Closes #7936
- Sanding and shimming on imagery and events TS look and feel. - Fixed scrollbar issue in imagery TS view when thumb goes beyond the right edge of the time frame.
This commit is contained in:
parent
e6cb940ee7
commit
f163034e18
@ -19,8 +19,8 @@
|
||||
|
||||
&__container {
|
||||
// Holds event lines
|
||||
background: $colorPlotBg;
|
||||
box-shadow: inset $colorPlotAreaBorder 0 0 0 1px; // Using box-shadow instead of border to not affect box size
|
||||
background-color: $colorPlotBg;
|
||||
//box-shadow: inset $colorPlotAreaBorder 0 0 0 1px; // Using box-shadow instead of border to not affect box size
|
||||
position: absolute;
|
||||
top: $m; right: 0; bottom: $m; left: 0;
|
||||
}
|
||||
|
@ -511,10 +511,12 @@
|
||||
.c-imagery-tsv {
|
||||
$m: $interiorMargin;
|
||||
@include abs();
|
||||
// We need overflow: hidden this because an image thumb can extend to the right past the time frame edge
|
||||
overflow: hidden;
|
||||
|
||||
&-container {
|
||||
background: $colorPlotBg;
|
||||
box-shadow: inset $colorPlotAreaBorder 0 0 0 1px; // Using box-shadow instead of border to not affect box size
|
||||
//box-shadow: inset $colorPlotAreaBorder 0 0 0 1px; // Using box-shadow instead of border to not affect box size
|
||||
position: absolute;
|
||||
top: $m; right: 0; bottom: $m; left: 0;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user