From f01b0b228dadb738e69e3bd0d1c40fa580382aee Mon Sep 17 00:00:00 2001 From: rene Date: Thu, 30 Apr 2026 09:32:54 +0200 Subject: [PATCH] =?UTF-8?q?Fix:=20Desktop-Scroll=20=E2=80=94=20overflow-y:?= =?UTF-8?q?visible=20auf=20#page-content=20ab=20768px,=20SW=20by-v536?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- backend/static/css/layout.css | 2 ++ backend/static/js/app.js | 2 +- backend/static/sw.js | 2 +- 3 files changed, 4 insertions(+), 2 deletions(-) diff --git a/backend/static/css/layout.css b/backend/static/css/layout.css index b5aa03e..aca363f 100644 --- a/backend/static/css/layout.css +++ b/backend/static/css/layout.css @@ -31,6 +31,8 @@ } #page-content { min-height: unset; + overflow-y: visible; /* window scrollt auf Desktop */ + overflow-x: visible; padding-bottom: 0; padding-left: var(--nav-sidebar-width); } diff --git a/backend/static/js/app.js b/backend/static/js/app.js index d6f1867..1a5455f 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 = '512'; // ← bei jedem Deploy mit Frontend-Änderungen erhöhen +const APP_VER = '513'; // ← 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 14e5858..132c39e 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-v535'; +const CACHE_VERSION = 'by-v536'; 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