Skip to content

Commit

Permalink
fix(SUP-38245): The player seek scrubber thumbnail not showing incons…
Browse files Browse the repository at this point in the history
…istently on some browsers (#781)

### Description of the Changes

solves SUP-38245
  • Loading branch information
JonathanTGold committed Aug 9, 2023
1 parent 31eab2b commit b9dc8d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/seekbar-preview/seekbar-preview.scss
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
border-radius: 4px;

.frame-preview-img {
background-size: auto 100%;
background-size: auto 100% !important;
width: 100%;
height: 100%;
position: relative;
Expand Down

0 comments on commit b9dc8d6

Please sign in to comment.