Skip to content

Commit d5705b2

Browse files
committed
Fix: participation table header should not overflow container
Was introduced by this breaking change in jquery.floatThead: mkoryak/floatThead@3973eb5
1 parent e77f0c1 commit d5705b2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

app/components/poll-evaluation-participants-table.js

+1
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ export default Ember.Component.extend({
1616
* used browser
1717
*/
1818
Ember.$('.user-selections-table').floatThead({
19+
position: 'absolute',
1920
top: this.getScrollbarHeight
2021
});
2122

0 commit comments

Comments
 (0)