Fix issue with caret sticking on scrollable table

This commit is contained in:
George Drummond 2019-01-31 11:05:03 -05:00
parent 66a3df89ef
commit f161599054
No known key found for this signature in database
GPG Key ID: 296DD6077123BF17

View File

@ -32,9 +32,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;
}
}
}
}