html.lg-on,
body.lg-on {
  overflow: hidden !important;
  scrollbar-width: none; /* Firefox */
  -ms-overflow-style: none; /* IE */
}

html.lg-on::-webkit-scrollbar,
body.lg-on::-webkit-scrollbar {
  display: none; /* Chrome, Safari */
}