Anchor Scroll Offset
Last updated
Set an offset amount in px for scroll anchoring
<script src="https://cdn.jsdelivr.net/gh/flowtricks/scripts@v1.0.9/anchor-scroll-offset.js"></script>This offsets the scroll by an additional 150px. We can use any px amount, positive or negative.
We can run this function to re-scroll to the active hash at any point.
<script>
scrollToActiveHash();
</script>Last updated