Skip to content

Commit

Permalink
fix: inaccessible play overlay bug fix (#86)
Browse files Browse the repository at this point in the history
  • Loading branch information
Dvir Hazout authored and Dan Ziv committed Oct 18, 2017
1 parent 8560d29 commit 1490e92
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/styles/_shell.scss
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,9 @@
position: absolute;
top: 0; left: 0;
width: 100%; height: 100%;
z-index: 10;
}
&.overlay-active :global(#overlay-portal) {
z-index: 11;
}
&.metadata-loaded .player-gui,
&.state-paused .player-gui,
Expand Down

0 comments on commit 1490e92

Please sign in to comment.