Pwa support, maybe
This commit is contained in:
@@ -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%;
|
||||
|
||||
Reference in New Issue
Block a user