Skip to content

Instantly share code, notes, and snippets.

View shlomohass's full-sized avatar
🎯
Focusing

Shlomo Hassid shlomohass

🎯
Focusing
View GitHub Profile
<script>
//Hidden Fixed header v1.1
//Replace ID below with your box ID
var boxToFix = '#lp-pom-box-88';
//Set the number of pixels to scroll before showing the header
var scrollPositionToShowHeader = 50;