Fix: Desktop Mausrad-Scroll — overscroll-behavior:auto auf html/body + #page-content ab 768px, SW by-v537

This commit is contained in:
rene 2026-04-30 09:41:50 +02:00
parent f01b0b228d
commit 3cb18acb44
3 changed files with 12 additions and 7 deletions

View file

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