So, I’m making a site and I’d want to have my scrollbar, that is not always present not affect the width of the site (because the site getting a bit compressed when I go to a page that’s too high looks ugly).
That is how it works currently.
I tried many fixes, body { width: 100% }
, body { scrollbar-gutter: stable both-edges; }
and html { margin-left: calc(100vw - 100%); }
.