/* Adjust the top position when the admin bar is visible */
.logged-in .gb-element-86ee5dfb.sicky-only-when-scrolling-up {
    top: 32px;
}

/* On smaller screens, the admin bar height changes to 46px */
@media screen and (max-width: 782px) {
    .logged-in .gb-element-86ee5dfb.sicky-only-when-scrolling-up {
        top: 46px;
    }
}