From a394b952595169e97aa93f52e28952829e24bde2 Mon Sep 17 00:00:00 2001 From: Charles Hacskaylo Date: Thu, 2 Jun 2016 16:04:26 -0700 Subject: [PATCH] [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; --- platform/features/timeline/res/sass/_timelines.scss | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/platform/features/timeline/res/sass/_timelines.scss b/platform/features/timeline/res/sass/_timelines.scss index 006fccfbd9..68cc5efdf7 100644 --- a/platform/features/timeline/res/sass/_timelines.scss +++ b/platform/features/timeline/res/sass/_timelines.scss @@ -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; } -} \ No newline at end of file +}