From c916dfaec1f70de4ccbc31f80b7e61751c34635f Mon Sep 17 00:00:00 2001 From: Ruben van de Ven Date: Tue, 14 Jun 2022 17:32:20 +0200 Subject: [PATCH] Sticky annotation actions --- app/templates/index.html | 4 ++++ 1 file changed, 4 insertions(+) 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; }