.pwa-native-mode, .pwa-native-mode * {
  -webkit-user-select: none !important; /* Safari */
  -ms-user-select: none !important; /* IE 10+ */
  user-select: none !important; /* Standard syntax */
  -webkit-touch-callout: none !important; /* iOS Safari */
}

.pwa-native-mode body {
  overscroll-behavior-y: auto !important;
}
