Fullscreen fix, styling

This commit is contained in:
Sam
2016-10-24 00:11:47 +11:00
parent ed9e27b64f
commit c7310c21fb
6 changed files with 27 additions and 22 deletions

View File

@ -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;