Skip to content

Commit 4319e7c

Browse files
[~] Improve sticky header CactuseSecurity#2993
1 parent 62d4dde commit 4319e7c

File tree

1 file changed

+3
-3
lines changed
  • roles/ui/files/FWO.UI/wwwroot/css

1 file changed

+3
-3
lines changed

roles/ui/files/FWO.UI/wwwroot/css/site.css

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -549,9 +549,9 @@ div.modal-body > * > div.table-responsive {
549549
}
550550

551551
div.modal-body > div.table-responsive > table.sticky-header thead {
552-
top: var(--bs-custom-modal-margin-top);
552+
top: calc(var(--bs-custom-modal-margin-top) + 1em - 1px);
553553
}
554554

555-
div.modal-body > div.m-2 > div.table-responsive > table.sticky-header thead {
556-
top: calc(var(--bs-custom-modal-margin-top) + .5rem);
555+
div.modal-body > * > div.table-responsive > table.sticky-header thead {
556+
top: calc(var(--bs-custom-modal-margin-top) + 1em - 1px);
557557
}

0 commit comments

Comments
 (0)