Skip to content
This repository has been archived by the owner on Jun 17, 2023. It is now read-only.

Commit

Permalink
fix: preview background hidden when mouse hover
Browse files Browse the repository at this point in the history
  • Loading branch information
Lmmmmmm-bb committed Jul 13, 2022
1 parent 2233cfc commit 4aec6ad
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions components/video-preview/index.module.scss
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@
background-size: 1900px;
border-radius: 4px;
transition: opacity 0.3s ease-in-out;
background-repeat: no-repeat;
}

.length {
Expand All @@ -57,16 +58,16 @@
}

.progressWrapper {
margin-top: 5px;
padding: 6px 5px;
width: 100%;
height: 2px;
position: absolute;
left: 0;
top: 0;
padding: 0 5px 5px;
box-sizing: border-box;
background-color: #000;
transition: opacity 0.3s ease-in-out;
border-radius: 4px;

.progress {
width: 0;
Expand Down

0 comments on commit 4aec6ad

Please sign in to comment.