diff --git a/src/styles/table.pcss b/src/styles/table.pcss index dbd52ba..fd0bfe2 100644 --- a/src/styles/table.pcss +++ b/src/styles/table.pcss @@ -70,6 +70,10 @@ & .tc-row:first-child { font-weight: 600; border-bottom: 2px solid var(--color-border); + position: sticky; + top: 0px; + z-index: 2; + background-color: var(--color-background); & [contenteditable]:empty::before { content: attr(heading);