type-checker and working visualiser

This commit is contained in:
crumbtoo
2024-03-18 10:27:06 -06:00
parent 6aae979a58
commit c3017ca445
7 changed files with 212 additions and 69 deletions

View File

@@ -41,13 +41,13 @@ body {
.annotation-wrapper
{ display: inline-block
; padding-bottom: 1em
; border-style: solid
; border-color: green
; border-width: 0 0 4px 0
}
.annotation-wrapper .annotation
{ display: hidden
}
.annotation-wrapper.hovering .annotation
{ display: sticky
{ position: fixed
}