@media (max-width: 600px) {
  #app {
    pointer-events: auto;
    opacity: 1;
    filter: none;
  }
  body::after {
    display: none;
  }
}
.button {
  touch-action: manipulation;
}
