aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/collections/CollectionStackedTimeline.scss
diff options
context:
space:
mode:
authormehekj <mehek.jethani@gmail.com>2021-11-04 16:09:13 -0400
committermehekj <mehek.jethani@gmail.com>2021-11-04 16:09:13 -0400
commitbcae1802bc5277811476ce968a337813a7841fb6 (patch)
tree783aca01ca1fb09dfc8f0804f8d663f1d1fdb5ab /src/client/views/collections/CollectionStackedTimeline.scss
parent3ba076f93e2aa182698a229b381a77765f11213e (diff)
smooth scroll in timeline while playing audio
Diffstat (limited to 'src/client/views/collections/CollectionStackedTimeline.scss')
-rw-r--r--src/client/views/collections/CollectionStackedTimeline.scss17
1 files changed, 4 insertions, 13 deletions
diff --git a/src/client/views/collections/CollectionStackedTimeline.scss b/src/client/views/collections/CollectionStackedTimeline.scss
index 19913350b..fce105a44 100644
--- a/src/client/views/collections/CollectionStackedTimeline.scss
+++ b/src/client/views/collections/CollectionStackedTimeline.scss
@@ -3,25 +3,13 @@
.timeline-container {
height: calc(100% - 50px);
overflow-x: auto;
+ overflow-y: hidden;
border: none;
background-color: $white;
border: 2px solid $dark-gray;
border-width: 0 2px 0 2px;
}
-::-webkit-scrollbar {
- position: relative;
- -webkit-appearance: none;
- height: 5px;
-}
-
-::-webkit-scrollbar-thumb {
- position: relative;
- -webkit-appearance: none;
- height: 5px;
- background-color: $medium-gray;
-}
-
.collectionStackedTimeline {
position: absolute;
background: $off-white;
@@ -33,6 +21,7 @@
height: 100%;
background-color: $dark-gray;
opacity: 0.3;
+ top: 0;
}
.collectionStackedTimeline-trim-controls {
@@ -43,6 +32,8 @@
display: flex;
justify-content: space-between;
max-width: 100%;
+ top: 0;
+ left: 0;
.collectionStackedTimeline-trim-handle {
background-color: $medium-blue;