We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 62d4dde commit 4319e7cCopy full SHA for 4319e7c
roles/ui/files/FWO.UI/wwwroot/css/site.css
@@ -549,9 +549,9 @@ div.modal-body > * > div.table-responsive {
549
}
550
551
div.modal-body > div.table-responsive > table.sticky-header thead {
552
- top: var(--bs-custom-modal-margin-top);
+ top: calc(var(--bs-custom-modal-margin-top) + 1em - 1px);
553
554
555
-div.modal-body > div.m-2 > div.table-responsive > table.sticky-header thead {
556
- top: calc(var(--bs-custom-modal-margin-top) + .5rem);
+div.modal-body > * > div.table-responsive > table.sticky-header thead {
557
0 commit comments