body:not(.wp-admin) header:has(> .is-position-sticky) {
	position:fixed;
	top:calc(0px + var(--wp-admin--admin-bar--height));
	width:100%;
}