8000 Merge pull request #7023 from m-mohr/patch-1 · SecurityCheckBox/bootstrap-vue@9e8dbbb · GitHub
[go: up one dir, main page]

Skip to content

Commit 9e8dbbb

Browse files
authored
Merge pull request bootstrap-vue#7023 from m-mohr/patch-1
fix(b-table): b-table sticky header broken if sortable (fixes bootstrap-vue#6961)
2 parents c597779 + 3ccab69 commit 9e8dbbb

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
@@ -118,7 +118,7 @@ export const theadMixin = extend({
118118
{
119119
// We need to make the header cell relative when we have
120120
// a `.sr-only` sort label to work around overflow issues
121-
'position-relative': sortLabel
121+
'position-relative': sortLabel && !stickyColumn
122122
},
123123
this.fieldClasses(field),
124124
sortClass

0 commit comments

Comments
 (0)
0