Merge pull request #623 from dod-ccpo/fix-caret-position-scroll

Fix issue with caret sticking on scrollable table
This commit is contained in:
George Drummond
2019-02-11 16:44:31 -05:00
committed by GitHub

View File

@@ -36,9 +36,20 @@
display: table-cell; display: table-cell;
} }
} }
}
thead {
tr th {
.sorting-direction { .sorting-direction {
position: absolute; position: inherit;
margin-right: -16px;
width: 16px;
.icon {
height: 14px;
width: 16px;
margin: 0;
}
}
} }
} }