We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 925044e commit e78547fCopy full SHA for e78547f
src/style/header.ts
@@ -5,6 +5,7 @@ const headerRowAndFilterRow = css`
5
contain: size layout style paint;
6
display: grid;
7
grid-template-columns: var(--template-columns);
8
+ width: var(--row-width);
9
position: sticky;
10
background-color: var(--header-background-color);
11
font-weight: bold;
0 commit comments