Fix: Bottom-Nav position:fixed zurück — #app fixed+inset:0 verhindert Drift, nav erreicht Bildschirmrand, SW by-v530

This commit is contained in:
rene 2026-04-30 08:21:25 +02:00
parent cd5688ae8f
commit b62d1ba933
3 changed files with 10 additions and 5 deletions

View file

@ -3,7 +3,7 @@
Router, State-Management, Navigation, Initialisierung.
============================================================ */
const APP_VER = '506'; // ← bei jedem Deploy mit Frontend-Änderungen erhöhen
const APP_VER = '507'; // ← 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';