diff --git a/anatomy/static/css/anatomy.css b/anatomy/static/css/anatomy.css index f560ff07..f6509942 100644 --- a/anatomy/static/css/anatomy.css +++ b/anatomy/static/css/anatomy.css @@ -638,4 +638,10 @@ input { .date:hover { opacity: 100%; -} \ No newline at end of file +} + +.floating-header { + position: stick; + top: 1px; + background-color: darkslategrey; +}:where \ No newline at end of file diff --git a/rapids/templates/rapids/question_detail.html b/rapids/templates/rapids/question_detail.html index fd33ace3..0dd2a27e 100755 --- a/rapids/templates/rapids/question_detail.html +++ b/rapids/templates/rapids/question_detail.html @@ -2,7 +2,7 @@ {% block content %} - +
{% if exam %}
@@ -24,6 +24,6 @@ Admin Edit User answers {% endif %} - +
{% include 'rapids/question_display_block.html' %} {% endblock %} \ No newline at end of file