Skip to content

Commit

Permalink
fix(FEC-8134): replay fails on iOS for playback with ads (#224)
Browse files Browse the repository at this point in the history
since z-index exists on the ads container, click on the pre-playback isn't triggered. We can safely remove the z-indexes since the layers are now organised correctly.
  • Loading branch information
Dan Ziv committed Apr 22, 2018
1 parent 5cc759c commit 30e6c89
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion src/components/bottom-bar/_bottom-bar.scss
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@
width: 100%;
margin-top: auto;
position: absolute;
z-index: 10;
bottom: 0;
left: 0;

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

Expand Down
1 change: 0 additions & 1 deletion src/styles/_shell.scss
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,6 @@
}

.player :global([id^=playkit-ads-container]) {
z-index: 5;
transition: transform 100ms;
}

Expand Down

0 comments on commit 30e6c89

Please sign in to comment.