We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d1bac26 commit 52a87d7Copy full SHA for 52a87d7
scoring/templates/scoring/section.html
@@ -164,7 +164,9 @@ <h3 class="mb-4">Key takeaways</h3>
164
</div>
165
{% endif %}
166
167
-<div class="container py-5 py-lg-6 js-dynamic-content">
+<a href="#section-questions" class="position-fixed btn btn-sm btn-primary btn-md-none" style="bottom: 1rem; right: 1rem; z-index: 2">See questions in this section</a>
168
+
169
+<div id="section-questions" class="container py-5 py-lg-6 js-dynamic-content">
170
<h3 class="mb-4" id="questions">Questions in this section</h3>
171
172
{% if not section.is_combined %}
0 commit comments