common: sticky table header row
[sheet.git] / base.css
index dab95d708c53d3ce7bf3e5eccd693ada49316764..cc3625f6efeeb34b071db322fc8d051c03df6582 100644 (file)
--- a/base.css
+++ b/base.css
@@ -254,6 +254,12 @@ td.joinl {
        border-left: none;
 }
 
+thead {
+       position: sticky;
+       top: 0;
+       background: #DDD8;
+}
+
 /* character table */
 
 .glyphs thead th, .glyphs td {