diff --git a/components/main/kabelueberwachung/kue705FO/KueModal.tsx b/components/main/kabelueberwachung/kue705FO/KueModal.tsx index ab80c6e..55f330a 100644 --- a/components/main/kabelueberwachung/kue705FO/KueModal.tsx +++ b/components/main/kabelueberwachung/kue705FO/KueModal.tsx @@ -139,14 +139,25 @@ function KueModal({ padding: "10px", borderRadius: "8px", border: "none", + position: "relative", // wichtig }, }} > -
+

KUE Einstellung - Slot {slot + 1}

diff --git a/config/webVersion.ts b/config/webVersion.ts index 5a84373..6e07156 100644 --- a/config/webVersion.ts +++ b/config/webVersion.ts @@ -6,5 +6,5 @@ 2: Patch oder Hotfix (Bugfixes oder kleine Änderungen). */ -const webVersion = "1.6.240"; +const webVersion = "1.6.241"; export default webVersion;