<!doctype html><metacharset="utf-8"><title>CSS Overflow: scrollbar-gutter on the root element</title><linkrel="help"href="https://drafts.csswg.org/css-overflow-4/#scrollbar-gutter-property"><linkrel="match"href="scrollbar-gutter-root-both-edges-ref.html"><style>body,html{background-color:blue;margin:10px;padding:10px;border:5pxsolidblack;}body{border:5pxsolidgreen;}:root{scrollbar-gutter:stableboth-edges;}p{background-color:purple;color:white;}div{position:absolute;left:-20px;top:150px;background-color:green;width:100px;height:100px;transform:translateZ(0);}</style><pid="content">Should not have space around me in the inline axis.</p><div></div>