Fix: overscroll-behavior:none auf html/body/#page-content — iOS Bounce bewegt keinen fixed Nav mehr, SW by-v531

This commit is contained in:
rene 2026-04-30 08:29:55 +02:00
parent b62d1ba933
commit 460cc47844
4 changed files with 10 additions and 7 deletions

View file

@ -3,7 +3,7 @@
Router, State-Management, Navigation, Initialisierung.
============================================================ */
const APP_VER = '507'; // ← bei jedem Deploy mit Frontend-Änderungen erhöhen
const APP_VER = '508'; // ← bei jedem Deploy mit Frontend-Änderungen erhöhen
const APP_VERSION = '1.0.0'; // ← semantische Version, wird bei make release gesetzt
const IS_STAGING = location.hostname === 'staging.banyaro.app';