wowana.me
website source
commit dfdbc2f6976364de708bfd404f2deed745b1bfcb parent 43fcf0bfb877615679cbeb8474cf5ee74585619d Author: opal hart <opal@wowana.me> Date: Tue, 9 Mar 2021 02:53:51 +0000 css: sticky table headers Diffstat:
M | out/opal.css | | | 4 | ++++ |
1 file changed, 4 insertions(+), 0 deletions(-)
diff --git a/out/opal.css b/out/opal.css @@ -166,6 +166,10 @@ table ol, table ul { padding-left: 1em; } +thead th { + position: sticky; + top: 0; +} .cloudflare-warning { display: inline-block; overflow: hidden;