Skip to content

Commit

Permalink
fix(FEC-7518): captions container overflows (#147)
Browse files Browse the repository at this point in the history
captions container overflows outside of player container, this ensures we don't do it.
The issue is when we move the container when hovering or pausing the player and then we need to sync the bottom bar and captions container views.
  • Loading branch information
OrenMe authored and Dan Ziv committed Nov 29, 2017
1 parent 7428836 commit bb01fd5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/styles/_shell.scss
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@
overflow: hidden;
user-select: none;
width: 100%;
height: 100%;
position: relative;

&:-webkit-full-screen {
width: 100%;
Expand Down

0 comments on commit bb01fd5

Please sign in to comment.