From bde2bc77099b616021bc54441e246bde71317223 Mon Sep 17 00:00:00 2001 From: Charles Hacskaylo Date: Wed, 25 May 2016 19:28:28 -0700 Subject: [PATCH] [Frontend] Bottom of holder divs adjusted open #913 --- platform/features/timeline/res/sass/_timelines.scss | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/platform/features/timeline/res/sass/_timelines.scss b/platform/features/timeline/res/sass/_timelines.scss index 251008a64c..006fccfbd9 100644 --- a/platform/features/timeline/res/sass/_timelines.scss +++ b/platform/features/timeline/res/sass/_timelines.scss @@ -52,6 +52,9 @@ // Tree area with item title right: auto; // Set this to auto and uncomment width below when additional tabular columns are added width: $timelineTabularTitleW; + .l-swimlanes-holder { + bottom: $scrollbarTrackSize; + } } &.l-tabular-r { // Start, end, duration, activity modes columns @@ -67,6 +70,7 @@ &.l-timeline-gantt { .l-swimlanes-holder { @include scrollV(scroll); + bottom: $scrollbarTrackSize; } } &.l-timeline-resource-legend {