Bug fix for embeds: play not being defined (fixes #185 and #186)

This commit is contained in:
Sam Potts
2016-03-27 18:29:58 +11:00
parent 6ae2655923
commit 67b2f2510b
8 changed files with 27 additions and 16 deletions

View File

@ -343,6 +343,7 @@ $plyr-bp-captions-large: 768px !default; // When captions jump to th
bottom: 100%;
margin-bottom: $plyr-tooltip-padding;
padding: $plyr-tooltip-padding ($plyr-tooltip-padding * 1.5);
pointer-events: none;
opacity: 0;
background: $plyr-tooltip-bg;