Skip to content

Commit

Permalink
fix: adjust player positioning in host DOM
Browse files Browse the repository at this point in the history
using position absolute causes player to detach from parent DOM element and may screw with host site positioning.
  • Loading branch information
OrenMe authored Dec 10, 2017
1 parent f7cbff9 commit 56b8550
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/assets/style.css
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
.kaltura-player-container {
width: 100%;
height: 100%;
position: absolute;
position: relative;
background-color: #000;
outline: none;
-webkit-touch-callout: none;
-webkit-user-select: none;
Expand Down

0 comments on commit 56b8550

Please sign in to comment.