reconstruct job admin side
Deploy to Shared Hosting / Shared hosting deploy (push) Failing after 49s
Tests / PHPUnit (push) Successful in 1m23s

This commit is contained in:
root
2026-09-03 01:58:54 -04:00
parent 228824182a
commit 6936a822c8
11 changed files with 166 additions and 3 deletions
+9
View File
@@ -245,6 +245,13 @@
background-color: var(--mgmt-thead-bg) !important;
box-shadow: 0 1px 0 rgba(0,0,0,0.06);
}
.content table.no-mgmt-sticky > thead > tr > th,
.content table[data-no-mgmt-sticky] > thead > tr > th {
position: static !important;
top: auto !important;
z-index: auto !important;
box-shadow: none !important;
}
/* Explicitly reset any sticky styles on FullCalendar tables */
.content .fc table thead th { position: static !important; top: auto !important; z-index: auto !important; box-shadow: none !important; }
/* Month-grid uses container-local stickiness */
@@ -483,6 +490,8 @@
// Make header sticky by default (opt-out available)
if (!(t.classList.contains('no-mgmt-sticky') || t.hasAttribute('data-no-mgmt-sticky'))) {
t.classList.add('mgmt-sticky');
} else {
t.classList.remove('mgmt-sticky');
}
// Avoid double headers when DataTables FixedHeader is active; attach FH if DT is present