aboutsummaryrefslogtreecommitdiffstats
path: root/src/scss
diff options
context:
space:
mode:
authorSam <me@sampotts.me>2016-10-24 00:11:47 +1100
committerSam <me@sampotts.me>2016-10-24 00:11:47 +1100
commitc7310c21fbc3634c375c5dab72de55d12fc64df9 (patch)
tree5a67f83a51d725ed053eac4d9e7f4761b687d683 /src/scss
parented9e27b64f516a675d35c4bc4fbc6c5a2f9343da (diff)
downloadplyr-c7310c21fbc3634c375c5dab72de55d12fc64df9.tar.lz
plyr-c7310c21fbc3634c375c5dab72de55d12fc64df9.tar.xz
plyr-c7310c21fbc3634c375c5dab72de55d12fc64df9.zip
Fullscreen fix, styling
Diffstat (limited to 'src/scss')
-rw-r--r--src/scss/plyr.scss6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/scss/plyr.scss b/src/scss/plyr.scss
index 70518591..f4f439d3 100644
--- a/src/scss/plyr.scss
+++ b/src/scss/plyr.scss
@@ -172,6 +172,9 @@
position: relative;
background: #000;
border-radius: inherit;
+ // Require z-index to force border-radius
+ z-index: 0;
+ overflow: hidden;
}
// Container for embeds
@@ -181,9 +184,6 @@
overflow: hidden;
border-radius: inherit;
- // Require z-index to force border-radius
- z-index: 0;
-
iframe {
position: absolute;
top: 0;