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;
+ }
@@ -1167,4 +1180,4 @@ if (tStatus) tStatus.textContent = '';
updateButtons();
})();
-{% endblock %}
+{% endblock %}
\ No newline at end of file
diff --git a/docs/changelog.md b/docs/changelog.md
index cc03693..fde288b 100644
--- a/docs/changelog.md
+++ b/docs/changelog.md
@@ -229,6 +229,13 @@
- Improved VSPC error detection by treating both “Error” and “Failed” states as errors for the run status.
- Enhanced VSPC parsing to use the “Alarm Details” column so object rows (e.g., HV01, USB Disk) persist with their full alarm messages and become visible in the customer job view.
+---
+
+## v20260112-16-runchecks-popup-objects-no-overlap
+
+- Fixed layout issue in the Run Checks popup where the Objects table could overlap the mail content.
+- Adjusted container sizing and overflow handling to ensure the Objects table stays within its designated area.
+- Ensured the mail content and Objects table are visually separated and cannot overlap regardless of content length.
================================================================================================================================================
## v0.1.19
This release delivers a broad set of improvements focused on reliability, transparency, and operational control across mail processing, administrative auditing, and Run Checks workflows. The changes aim to make message handling more robust, provide better insight for administrators, and give operators clearer and more flexible control when reviewing backup runs.