diff --git a/static/main/css/index.css b/static/main/css/index.css index 653be85..0b8903a 100644 --- a/static/main/css/index.css +++ b/static/main/css/index.css @@ -17,6 +17,10 @@ font-style: normal; } +body { + overflow-y: scroll; +} + hr { border-top: 1px solid #377DBD !important; } diff --git a/templates/base.html b/templates/base.html index 2110595..ec65a82 100644 --- a/templates/base.html +++ b/templates/base.html @@ -26,14 +26,16 @@ {% csrf_token %}