From 35157eb87d6d3e23f2392d70c62df9519b682745 Mon Sep 17 00:00:00 2001 From: mehekj Date: Sat, 23 Oct 2021 22:12:15 -0400 Subject: implemented basic audio timeline zoom with scroll --- src/client/views/collections/CollectionStackedTimeline.scss | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) (limited to 'src/client/views/collections/CollectionStackedTimeline.scss') diff --git a/src/client/views/collections/CollectionStackedTimeline.scss b/src/client/views/collections/CollectionStackedTimeline.scss index 34679e9e3..843c5dcb5 100644 --- a/src/client/views/collections/CollectionStackedTimeline.scss +++ b/src/client/views/collections/CollectionStackedTimeline.scss @@ -1,11 +1,16 @@ @import "../global/globalCssVariables.scss"; +.timeline-container { + height: calc(100% - 50px); + overflow-x: scroll; + border: none; +} + .collectionStackedTimeline { position: absolute; - width: 100%; - height: 100%; background: $off-white; z-index: 1000; + height: 100%; ::-webkit-scrollbar { position: relative; -- cgit v1.2.3-70-g09d2