In case you need to make the sticky header to appear on downwards scroll please add the code below to Customize > Additional CSS:
.admin-bar .fixed-header-box {
top: 32px;
}
.fixed-header-box {
position: -webkit-sticky;
position: sticky;
top: 0;
}Please keep the "Sticky Header" option disabled:
