Skip to content

Commit

Permalink
fix(FEC-7232): skip ad not clickable fix (#70)
Browse files Browse the repository at this point in the history
  • Loading branch information
Dvir Hazout authored and Dan Ziv committed Oct 3, 2017
1 parent 66a797a commit 413f8f3
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
1 change: 1 addition & 0 deletions src/components/bottom-bar/_bottom-bar.scss
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
width: 100%;
margin-top: auto;
position: absolute;
z-index: 10;
bottom: 0; left: 0;

.left-controls {
Expand Down
1 change: 1 addition & 0 deletions src/components/top-bar/_top-bar.scss
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
justify-content: space-between;
width: 100%;
position: absolute;
z-index: 10;
top: 0; left: 0;

.left-controls {
Expand Down
4 changes: 2 additions & 2 deletions src/styles/_shell.scss
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,8 @@
}
}

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

Expand Down

0 comments on commit 413f8f3

Please sign in to comment.