Skip to content
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions src/styles/table.pcss
Original file line number Diff line number Diff line change
Expand Up @@ -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: #fff;

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

background color should respect --color-background variable


& [contenteditable]:empty::before {
content: attr(heading);
Expand Down