diff --git a/backend/static/css/design-system.css b/backend/static/css/design-system.css index e3f5166..5b6f1e0 100644 --- a/backend/static/css/design-system.css +++ b/backend/static/css/design-system.css @@ -197,7 +197,6 @@ html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; height: 100%; - overscroll-behavior: none; /* kein Window-Bounce auf iOS */ } body { @@ -208,7 +207,6 @@ body { color: var(--c-text); background-color: var(--c-bg); min-height: 100%; - overscroll-behavior: none; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; } diff --git a/backend/static/css/layout.css b/backend/static/css/layout.css index aeae73b..4081bd9 100644 --- a/backend/static/css/layout.css +++ b/backend/static/css/layout.css @@ -30,17 +30,11 @@ flex-direction: row; } #page-content { - height: 100dvh; /* feste Höhe → overflow-y:auto scrollt intern + Mausrad */ min-height: unset; - overflow-y: auto; - overflow-x: hidden; overscroll-behavior-y: auto; - padding-bottom: var(--space-6); + padding-bottom: 0; padding-left: var(--nav-sidebar-width); } - html, body { - overscroll-behavior: auto; - } } /* ------------------------------------------------------------ diff --git a/backend/static/js/app.js b/backend/static/js/app.js index d0052c5..e49cad3 100644 --- a/backend/static/js/app.js +++ b/backend/static/js/app.js @@ -3,7 +3,7 @@ Router, State-Management, Navigation, Initialisierung. ============================================================ */ -const APP_VER = '515'; // ← bei jedem Deploy mit Frontend-Änderungen erhöhen +const APP_VER = '516'; // ← 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'; diff --git a/backend/static/sw.js b/backend/static/sw.js index 2a0aa54..d870519 100644 --- a/backend/static/sw.js +++ b/backend/static/sw.js @@ -3,7 +3,7 @@ Offline-Cache + Push Notifications + Tile-Cache ============================================================ */ -const CACHE_VERSION = 'by-v538'; +const CACHE_VERSION = 'by-v539'; const CACHE_STATIC = `${CACHE_VERSION}-static`; const CACHE_TILES = 'ban-yaro-tiles-v1'; // bleibt über SW-Updates erhalten const CACHE_API = 'ban-yaro-api-v1'; // API-Response-Cache