Skip to content

Commit

Permalink
fix: move watermark behind everything (#202)
Browse files Browse the repository at this point in the history
  • Loading branch information
yairans committed Mar 12, 2018
1 parent 62c4ccf commit eb6e446
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/components/watermark/_watermark.scss
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
.player .watermark {
position: absolute;
padding: 5px;
z-index: 5;
transition: visibility 0s 1s, opacity 1s linear, transform ease-out 100ms;
&.hide-watermark {
visibility: hidden;
Expand Down

0 comments on commit eb6e446

Please sign in to comment.