Skip to content

Commit f74ef89

Browse files
authored
b-table sticky header broken if sortable bootstrap-vue#6961
1 parent fab4161 commit f74ef89

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/table/helpers/mixin-thead.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ export const theadMixin = Vue.extend({
117117
{
118118
// We need to make the header cell relative when we have
119119
// a `.sr-only` sort label to work around overflow issues
120-
'position-relative': sortLabel
120+
'position-relative': sortLabel && !stickyColumn
121121
},
122122
this.fieldClasses(field),
123123
sortClass

0 commit comments

Comments
 (0)