Pwa support, maybe

This commit is contained in:
2026-07-21 15:03:34 +10:00
parent e79c793b9c
commit 49cecad06d
8 changed files with 164 additions and 4 deletions

View File

@@ -15,7 +15,7 @@
}
* { box-sizing: border-box; }
html, body, #app { width: 100%; height: 100%; margin: 0; overflow: hidden; }
html, body, #app { width: 100%; height: 100%; margin: 0; overflow: hidden; overscroll-behavior: none; }
button, input { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
button { color: inherit; }
@@ -27,6 +27,12 @@ body {
#050608;
}
html[data-pwa-edge-guard="active"],
html[data-pwa-edge-guard="active"] body {
overscroll-behavior-x: none;
-webkit-user-select: none;
}
.app-frame {
position: relative;
width: 100%;