Skip to content

Commit

Permalink
fix(FEC-7219): inline ads fix (#67)
Browse files Browse the repository at this point in the history
  • Loading branch information
Dvir Hazout authored and Dan Ziv committed Oct 2, 2017
1 parent 19fd3ce commit e80c8a4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/styles/_shell.scss
Original file line number Diff line number Diff line change
Expand Up @@ -45,14 +45,14 @@
}
}

.player:not(.ad-break) #ads-container {
.player:not(.ad-break) [id^=ads-container] {
z-index: 10;
transition: transform 100ms;
}

.player:not(.ad-break).metadata-loaded {
&.hover #ads-container,
&.state-paused #ads-container {
&.hover [id^=ads-container],
&.state-paused [id^=ads-container] {
transform: translateY(-60px);
}
}
Expand Down

0 comments on commit e80c8a4

Please sign in to comment.