scrollbar-gutter: stable both-edges Allows the scrollable content to stay centered even when it has a scrollbar, by reserving the same amount of space on the opposite side. This is very nice for my purposes.both-edges part, though. I'd still prefer the scrollbar-gutter to be auto rather than stable, but scrollbar-gutter: auto both-edges is not supported, as both-edges is simply a modifier for the stable value.both-edges was made to be tied to the stable value, and not supported for auto?