Fix: App-Frame bei großer Systemschrift (min-height statt height, Grid responsiv)

This commit is contained in:
rene 2026-04-19 09:48:44 +02:00
parent e784832a87
commit 08ec40228a
4 changed files with 11 additions and 8 deletions

View file

@ -3,7 +3,7 @@
Router, State-Management, Navigation, Initialisierung.
============================================================ */
const APP_VER = '203'; // ← bei jedem Deploy mit Frontend-Änderungen erhöhen
const APP_VER = '204'; // ← bei jedem Deploy mit Frontend-Änderungen erhöhen
const App = (() => {