aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/collections/CollectionStackedTimeline.scss
diff options
context:
space:
mode:
authormehekj <mehek.jethani@gmail.com>2021-10-23 22:12:15 -0400
committermehekj <mehek.jethani@gmail.com>2021-10-23 22:12:15 -0400
commit35157eb87d6d3e23f2392d70c62df9519b682745 (patch)
tree55cc70c0f7fd5138cb700b60d19e4e8b8d3f4d4f /src/client/views/collections/CollectionStackedTimeline.scss
parent3d76222b8cd41423bcdd7a91e4aee2826f329d9f (diff)
implemented basic audio timeline zoom with scroll
Diffstat (limited to 'src/client/views/collections/CollectionStackedTimeline.scss')
-rw-r--r--src/client/views/collections/CollectionStackedTimeline.scss9
1 files changed, 7 insertions, 2 deletions
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;