mirror of
https://github.com/nasa/openmct.git
synced 2025-04-16 07:26:53 +00:00
[Frontend] Tweaks to scrollbar visibility
Fixes #913 - Scrollbar now always visible in the right side of the tabular area, in order to avoid column bottom edges not aligning;
This commit is contained in:
parent
9fd75ff91e
commit
a394b95259
@ -58,7 +58,7 @@
|
||||
}
|
||||
&.l-tabular-r {
|
||||
// Start, end, duration, activity modes columns
|
||||
@include scrollH();
|
||||
@include scrollH(scroll);
|
||||
left: $timelineTabularTitleW;
|
||||
.l-width {
|
||||
@include absPosDefault(0, visible);
|
||||
@ -331,4 +331,4 @@
|
||||
&:hover {
|
||||
background-color: $colorItemTreeHoverBg;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user