dont hide header if table members

This commit is contained in:
Matt Hill
2026-03-18 13:52:20 -06:00
parent 68c3d87c5e
commit 59550d6f5e

View File

@@ -66,10 +66,6 @@ tui-notification-middle {
background: var(--tui-background-neutral-1);
box-shadow: inset 0 0 0 1px var(--tui-background-neutral-1);
&:has(app-placeholder) thead {
display: none;
}
thead tr {
position: sticky;
top: 0;