Sticky annotation actions

This commit is contained in:
Ruben van de Ven 2022-06-14 17:32:20 +02:00
parent d39548ff95
commit c916dfaec1
1 changed files with 4 additions and 0 deletions

View File

@ -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;
}