[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:
Charles Hacskaylo 2016-06-02 16:04:26 -07:00
parent 9fd75ff91e
commit a394b95259

View File

@ -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;
}
}
}