Skip to content

Instantly share code, notes, and snippets.

@Robin-bob
Created December 29, 2016 10:19
Show Gist options
  • Save Robin-bob/ec976b22b5b75c7b3027b021ada9aeeb to your computer and use it in GitHub Desktop.
Save Robin-bob/ec976b22b5b75c7b3027b021ada9aeeb to your computer and use it in GitHub Desktop.
fix full width video player (Uscreen)
/* fix safary full width player bug */
:-webkit-full-screen-ancestor:not(iframe) .page-header__nav.off-canvas__menu {
opacity: 0;
}
:-webkit-full-screen-ancestor:not(iframe) .content-wrapper {
max-width: none;
}
:-webkit-full-screen-ancestor:not(iframe) .main-wrapper {
padding: 0;
}
/* end fix safary full width player bug */
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment