Sticky header not working anymore on DAWN theme

Hello @revtekautoparts
Add below css code at the end of the base.css file

.shopify-section-header-hidden.shopify-section-header-sticky {
    transition: unset;
    transform: unset;
}