v0.5.177: sticky header таблицы

This commit is contained in:
2026-06-22 19:51:40 +04:00
parent cf2e703d54
commit d8f8c00f30
3 changed files with 3 additions and 2 deletions
+1
View File
@@ -80,6 +80,7 @@
background: var(--grey-light); color: var(--muted);
font-weight: 500; font-size: .8rem; text-transform: uppercase; letter-spacing: .5px;
border-bottom: 1px solid var(--border); border-right: 1px solid var(--border);
position: sticky; top: 0; z-index: 1;
}
th:last-child { border-right: none; }
td {