Skip to content

Commit

Permalink
fix: timeline scroll bar (#192)
Browse files Browse the repository at this point in the history
- Make sure timeline scroll bar receives pointer events through cursor container
  • Loading branch information
camargo authored Oct 18, 2022
1 parent 4f407be commit 4d63b03
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/timeline/TimelineCursors.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -122,6 +122,7 @@
.timeline-cursor-container {
height: 100%;
pointer-events: none;
position: absolute;
width: 100%;
}
Expand Down

0 comments on commit 4d63b03

Please sign in to comment.