Fix: Nav als Flex-Kind in #app{height:100dvh} — kein position:fixed, Desktop-Scroll repariert, SW by-v534

This commit is contained in:
rene 2026-04-30 08:52:39 +02:00
parent 03508f8aa3
commit 9506eea0d9
4 changed files with 49 additions and 54 deletions

View file

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