Merge pull request #623 from dod-ccpo/fix-caret-position-scroll
Fix issue with caret sticking on scrollable table
This commit is contained in:
commit
6fe846981c
@ -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;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user