Skip to content
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Remove margin for fixedHeader for correct positioning
  • Loading branch information
Danielku15 authored Aug 14, 2017
commit 57228d121f6129acb624c766f51b624e00ffa658
1 change: 1 addition & 0 deletions css/fixedHeader.dataTables.scss
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ table.fixedHeader-floating.no-footer {
table.fixedHeader-locked {
position: absolute !important;
background-color: white;
margin: 0 !important;
}

@media print {
Expand Down