Skip to content

Commit fb60f63

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

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed

css/dataTables.bulma.css

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -457,6 +457,9 @@ div.dt-container div.dt-layout-table > div {
457457
text-align: center;
458458
}
459459
}
460+
div.dt-container {
461+
position: relative;
462+
}
460463
div.dt-container > div.columns {
461464
margin-bottom: 0 !important;
462465
}

0 commit comments

Comments
 (0)