bb160cc503
- Drops floatthead and additional scrollbar - Makes header and first column sticky - Refactors code for readability Sticky header is only working in Firefox. Chrome and Edge does not support `position: sticky` for `<thead>`. Haven't tested Safari.
21 lines
462 B
Handlebars
21 lines
462 B
Handlebars
{{#if isEvaluable}}
|
|
{{poll-evaluation-summary
|
|
momentLongDayFormat=momentLongDayFormat
|
|
poll=poll
|
|
timezone=timezone
|
|
}}
|
|
|
|
<h3>{{t "poll.evaluation.overview"}}</h3>
|
|
{{poll-evaluation-chart
|
|
momentLongDayFormat=momentLongDayFormat
|
|
poll=poll
|
|
timezone=timezone
|
|
}}
|
|
{{/if}}
|
|
|
|
<h3>{{t "poll.evaluation.participantTable"}}</h3>
|
|
{{poll-evaluation-participants-table
|
|
momentLongDayFormat=momentLongDayFormat
|
|
poll=poll
|
|
timezone=timezone
|
|
}}
|