:host {
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: black;
}

div {
  position: fixed;
  width: 100%;
  height: 100%;
  pointer-events: none;
}