Skip to main content
Journey Uncommon Logo
JourneyUncommon
mediumCSSz-index everydaySingle-choice MCQ

An element has position: static and z-index: 5. Two such static siblings overlap. What determines which one paints on top?

.box { position: static; z-index: 5; }