Skip to content

Commit

Permalink
ensure thumbnail display is always on top
Browse files Browse the repository at this point in the history
  • Loading branch information
skier233 committed Feb 4, 2025
1 parent 6fdc027 commit 1e661b1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ui/v2.5/src/components/ScenePlayer/styles.scss
Original file line number Diff line number Diff line change
Expand Up @@ -183,6 +183,7 @@ $sceneTabWidth: 450px;
pointer-events: none;
position: absolute;
transition: opacity 0.2s;
z-index: 100;
}

.vjs-big-play-button,
Expand Down

0 comments on commit 1e661b1

Please sign in to comment.