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
commit 6fe846981c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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