Add locked header and mosuetrap binding for '/'

This commit is contained in:
Dave Gallant
2022-08-19 17:37:48 +00:00
parent 4df9bb1044
commit 5e40b36232
6 changed files with 130 additions and 6 deletions

View File

@@ -1,3 +1,8 @@
body {
background-color: black;
}
.thead {
position: sticky;
top: 0;
}