Fix issue with caret sticking on scrollable table
This commit is contained in:
parent
66a3df89ef
commit
f161599054
@ -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;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user