From a7d6237632169f63a5b0000331e6eff8557ce147 Mon Sep 17 00:00:00 2001 From: Ivo Oskamp Date: Mon, 12 Jan 2026 15:39:19 +0100 Subject: [PATCH] Auto-commit local changes before build (2026-01-12 15:39:19) --- .last-branch | 2 +- .../src/templates/main/run_checks.html | 21 +++++++++++++++---- docs/changelog.md | 7 +++++++ 3 files changed, 25 insertions(+), 5 deletions(-) diff --git a/.last-branch b/.last-branch index 5c0f3e7..9a04698 100644 --- a/.last-branch +++ b/.last-branch @@ -1 +1 @@ -v20260112-15-vspc-scroll-partial-approve-objects +v20260112-16-runchecks-popup-objects-no-overlap diff --git a/containers/backupchecks/src/templates/main/run_checks.html b/containers/backupchecks/src/templates/main/run_checks.html index ed0d5e3..b08f010 100644 --- a/containers/backupchecks/src/templates/main/run_checks.html +++ b/containers/backupchecks/src/templates/main/run_checks.html @@ -144,9 +144,22 @@ overflow: auto; } - #runChecksModal #rcm_body_iframe { height: 100%; } - #runChecksModal .rcm-mail-panel { flex: 1 1 auto; min-height: 0; } - #runChecksModal .rcm-objects-scroll { max-height: 25vh; overflow: auto; } + #runChecksModal #rcm_body_iframe { + flex: 1 1 auto; + min-height: 0; + height: auto; + } + #runChecksModal .rcm-mail-panel { + display: flex; + flex-direction: column; + flex: 1 1 auto; + min-height: 0; + } + #runChecksModal .rcm-objects-scroll { + max-height: 25vh; + overflow: auto; + margin-top: 0.5rem; + }