Skip to content

Commit 6ddcb98

Browse files
author
dtbuild
committed
3bc6d8d38b625f20e4af2f92f2f6a51e2831a54d Fix: Make the DataTable container position: relative for all styling integrations.
Sync to source repo @3bc6d8d38b625f20e4af2f92f2f6a51e2831a54d
1 parent fd9ef3e commit 6ddcb98

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed

css/dataTables.bootstrap5.css

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -447,6 +447,9 @@ div.dt-container div.dt-layout-table > div {
447447
margin-left: 0;
448448
}
449449
}
450+
div.dt-container {
451+
position: relative;
452+
}
450453
div.dt-container div.dt-length label {
451454
font-weight: normal;
452455
text-align: left;

css/dataTables.bootstrap5.min.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

datatables.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,5 +14,5 @@
1414
],
1515
"src-repo": "http://github.com/DataTables/DataTablesSrc",
1616
"last-tag": "2.2.2",
17-
"last-sync": "eccdd481d041dd78f39164733a8be0ef1cb71abf"
17+
"last-sync": "3bc6d8d38b625f20e4af2f92f2f6a51e2831a54d"
1818
}

0 commit comments

Comments
 (0)