Fix .masthead and .page__footer overlapping full screen video elements.

- Close #933
This commit is contained in:
Michael Rose
2017-04-05 12:40:34 -04:00
parent 0b78bef679
commit b5a4496561
4 changed files with 17 additions and 3 deletions

View File

@@ -483,7 +483,7 @@ a.reversefootnote {
/*
Responsive Video Embed
========================================================================== */
========================================================================== */
.responsive-video-container {
position: relative;
@@ -504,3 +504,9 @@ a.reversefootnote {
}
}
// full screen video fixes
:-webkit-full-screen-ancestor {
.masthead,
.page__footer {
position: static;
}