Skip to content

Instantly share code, notes, and snippets.

@smombartz
Last active April 20, 2021 02:03
Show Gist options
  • Save smombartz/a3744bb52e2ba31e11f1bd068b47ebda to your computer and use it in GitHub Desktop.
Save smombartz/a3744bb52e2ba31e11f1bd068b47ebda to your computer and use it in GitHub Desktop.
<!-- Styling the Unlock content to be initially hidden till the handler loads to prevent flickering -->
<style>
.unlock-content {
display: none;
}
.unlock-content .locked {
display: none;
}
.unlock-content .unlocked {
display: none;
}
</style>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment