.anchored-box { position : absolute; visibility : hidden; justify-self : anchor-center; @supports (inset-block-start: anchor(bottom)) { inset-block-start : anchor(bottom); } &.active { visibility : visible; } }