diff options
author | Sam <me@sampotts.me> | 2016-10-24 00:11:47 +1100 |
---|---|---|
committer | Sam <me@sampotts.me> | 2016-10-24 00:11:47 +1100 |
commit | c7310c21fbc3634c375c5dab72de55d12fc64df9 (patch) | |
tree | 5a67f83a51d725ed053eac4d9e7f4761b687d683 /src/less | |
parent | ed9e27b64f516a675d35c4bc4fbc6c5a2f9343da (diff) | |
download | plyr-c7310c21fbc3634c375c5dab72de55d12fc64df9.tar.lz plyr-c7310c21fbc3634c375c5dab72de55d12fc64df9.tar.xz plyr-c7310c21fbc3634c375c5dab72de55d12fc64df9.zip |
Fullscreen fix, styling
Diffstat (limited to 'src/less')
-rw-r--r-- | src/less/plyr.less | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/less/plyr.less b/src/less/plyr.less index a23924e6..81f4960d 100644 --- a/src/less/plyr.less +++ b/src/less/plyr.less @@ -189,6 +189,9 @@ position: relative; background: #000; border-radius: inherit; + // Require z-index to force border-radius + z-index: 0; + overflow: hidden; } // Container for embeds @@ -197,9 +200,6 @@ height: 0; overflow: hidden; - // Require z-index to force border-radius - z-index: 0; - iframe { position: absolute; top: 0; |