reconstruct job admin side
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user