Skip to content

Commit

Permalink
Fix timeline marker in subtitle-editor being obscured
Browse files Browse the repository at this point in the history
Forces the marker to the front via CSS.

Resolves #858

(Contains #892)
  • Loading branch information
Arnei authored and lkiesow committed Nov 23, 2022
1 parent 7bc6d56 commit 22c3ec7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/main/SubtitleTimeline.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,7 @@ import { selectTheme } from "../redux/themeSlice";
...(refTop.current) && {left: (refTop.current.getElement().clientWidth / 2)},
top: '10px',
background: `${theme.text}`,
zIndex: 100,
}}
/>
{/* Scrollable timeline container. Has width of parent*/}
Expand Down

0 comments on commit 22c3ec7

Please sign in to comment.