diff --git a/.env.development b/.env.development index 3fbe5e2..ab922c6 100644 --- a/.env.development +++ b/.env.development @@ -6,6 +6,6 @@ NEXT_PUBLIC_USE_MOCK_BACKEND_LOOP_START=false NEXT_PUBLIC_EXPORT_STATIC=false NEXT_PUBLIC_USE_CGI=false # App-Versionsnummer -NEXT_PUBLIC_APP_VERSION=1.6.542 +NEXT_PUBLIC_APP_VERSION=1.6.543 NEXT_PUBLIC_CPL_MODE=json # json (Entwicklungsumgebung) oder jsSimulatedProd (CPL ->CGI-Interface-Simulator) oder production (CPL-> CGI-Interface Platzhalter) diff --git a/.env.production b/.env.production index f8f965a..5e9e340 100644 --- a/.env.production +++ b/.env.production @@ -5,5 +5,5 @@ NEXT_PUBLIC_CPL_API_PATH=/CPL NEXT_PUBLIC_EXPORT_STATIC=true NEXT_PUBLIC_USE_CGI=true # App-Versionsnummer -NEXT_PUBLIC_APP_VERSION=1.6.542 +NEXT_PUBLIC_APP_VERSION=1.6.543 NEXT_PUBLIC_CPL_MODE=production \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index b4d4bb8..359ef92 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,13 @@ +## [1.6.543] – 2025-07-07 + +- fix: DatePicker über Tabellenkopf anzeigen durch z-index und Portal-Lösung + +- react-datepicker auf portalId 'root-portal' umgestellt +- CSS-Klasse 'custom-datepicker-popper' mit z-index: 9999 in globals.css ergänzt +- Problem behoben, dass DatePicker hinter dem sticky Tabellen-Header verborgen war +- Tailwind-Konfiguration um z-[60,70] erweitert, wenn nötig + +--- ## [1.6.542] – 2025-07-07 - feat: lade nur spezifischen Spannungs-/Temperatur-Thunk beim Öffnen des Detailmodals diff --git a/components/main/reports/MeldungenTabelle.tsx b/components/main/reports/MeldungenTabelle.tsx index 1589cc0..b4af637 100644 --- a/components/main/reports/MeldungenTabelle.tsx +++ b/components/main/reports/MeldungenTabelle.tsx @@ -33,7 +33,17 @@ export default function MeldungenTabelle({ style={{ backgroundColor: msg.c }} > -