Skip to content

Commit 865c129

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

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed

css/dataTables.semanticui.css

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -720,6 +720,9 @@ div.dt-container div.dt-layout-table > div {
720720
margin-left: 0;
721721
}
722722
}
723+
div.dt-container.dt-semanticUI {
724+
position: relative;
725+
}
723726
div.dt-container.dt-semanticUI > div.row {
724727
display: flex;
725728
padding-top: 0.5rem;

0 commit comments

Comments
 (0)