Sticky annotation actions
This commit is contained in:
parent
d39548ff95
commit
c916dfaec1
1 changed files with 4 additions and 0 deletions
|
@ -58,6 +58,10 @@
|
||||||
color: darkgray;
|
color: darkgray;
|
||||||
font-size: 80%;
|
font-size: 80%;
|
||||||
border-bottom: solid 3px #444;
|
border-bottom: solid 3px #444;
|
||||||
|
position: sticky;
|
||||||
|
top: 0;
|
||||||
|
background: rgb(39, 40, 41);
|
||||||
|
padding: 3px 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue