diff --git a/app/templates/index.html b/app/templates/index.html index af69133..6395ed1 100644 --- a/app/templates/index.html +++ b/app/templates/index.html @@ -58,6 +58,10 @@ color: darkgray; font-size: 80%; border-bottom: solid 3px #444; + position: sticky; + top: 0; + background: rgb(39, 40, 41); + padding: 3px 0; }