fix(style): remove scrollbar-gutter property (#79215)
The
[`scrollbar-gutter`](https://developer.mozilla.org/en-US/docs/Web/CSS/scrollbar-gutter#stable)
property added in #77665 is causing some layout issues. It also should
have been feature flagged, but was incorrectly added to the global
layout styles.
Thanks for flagging @scttcper!
