Skip to content

Commit ea64582

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

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed

css/dataTables.bootstrap4.css

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -439,6 +439,9 @@ div.dt-container div.dt-layout-table > div {
439439
margin-left: 0;
440440
}
441441
}
442+
div.dt-container {
443+
position: relative;
444+
}
442445
div.dt-container > div.row {
443446
margin-bottom: 0.5rem;
444447
}

0 commit comments

Comments
 (0)