/* 0.2.2: preserve the native one-sided scrollbar reservation while the desktop drawer locks body scrolling. */
@media (min-width: 981px) {
  html.tvs-cg-scroll-lock {
    overflow-x: hidden;
    overflow-y: scroll;
  }
}
