CSS VW Scrollbar

body {
  width: calc(100vw - (100vw - 100%));
}
Lazurite