Skip to main content
Journey Uncommon Logo
JourneyUncommon
hardCSScontaining-block resolutionSingle-choice MCQ

A `position: fixed` element is nested inside an ancestor that has `transform: translateZ(0)`. Which statement about its containing block and stacking is correct?

.ancestor { transform: translateZ(0); } .fixed { position: fixed; top: 0; left: 0; }