body:after {
  display: block;
  content: '';
  position: fixed;
  inset: 0;
  background-color: white;
  z-index: 1000000;
}

.ready body:after {
  display: none!important;
}
