﻿.anchor-offset::before {
    content: "";
    display: block;
    height: 240px; /* Height of the fixed header */
    margin-top: -240px; /* Negative margin equal to the height */
    visibility: hidden;
    pointer-events: none;
}
