Skip to content

Instantly share code, notes, and snippets.

@joshcp
Last active March 1, 2017 05:36
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save joshcp/52baafa5e7a8ebd9c6ead44a1bfcf3ef to your computer and use it in GitHub Desktop.
Save joshcp/52baafa5e7a8ebd9c6ead44a1bfcf3ef to your computer and use it in GitHub Desktop.
#modal-hider {
display: none;
}
.full-screen {
display: block;
position: fixed;
top: 0;
right: 0;
bottom: 0;
left: 0;
}
input[type=checkbox]:checked ~ .hide-on-tap {
display: none;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment