Skip to content

Commit fb1b3d2

Browse files
committed
Merge branch 'refs/heads/main' into prod/festapp
2 parents 5cd5ceb + c2dcf1f commit fb1b3d2

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

web/index.html

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -147,6 +147,9 @@
147147
<body>
148148

149149
<script>
150+
// Disable swipe back gesture globally
151+
document.body.style.overscrollBehaviorX = "none";
152+
150153
let deferredPrompt;
151154

152155
window.addEventListener('beforeinstallprompt', (e) => {

0 commit comments

Comments
 (0)