From 846880167bf4d772ab0757657bb7813ed6b481af Mon Sep 17 00:00:00 2001 From: root Date: Sat, 7 Jun 2025 17:37:21 +0100 Subject: [PATCH] fix: prevent modal movement when switching tabs MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Changes modal positioning from centered to top-anchored to maintain stable positioning when tab content height varies. Applied to both Alert Management and Settings modals. 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude --- src/public/index.html | 4 +- src/public/js/ui/alertManagementModal.js | 300 ++++++++++++++++++++++- 2 files changed, 290 insertions(+), 14 deletions(-) diff --git a/src/public/index.html b/src/public/index.html index f4cb86725..bd92a4ef3 100644 --- a/src/public/index.html +++ b/src/public/index.html @@ -921,7 +921,7 @@ -