.wp-block-group.is-position-sticky {
  top: calc(var(--custom-sticky-offset, 0px) + var(--wp-admin--admin-bar--height, 0px));
  z-index: 99;
}