Skip to content

Commit d6ea272

Browse files
authored
Add position:sticky to Experiment table head (#1805)
* Add position:sticky to thead * Add background color to thead
1 parent 796180c commit d6ea272

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

webview/src/experiments/components/table/styles.module.scss

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -523,3 +523,10 @@ $workspace-row-edge-margin: $edge-padding - $cell-padding;
523523
overflow-x: hidden;
524524
text-overflow: ellipsis;
525525
}
526+
527+
.thead {
528+
position: sticky;
529+
top: 0;
530+
z-index: 3;
531+
background-color: $bg-color;
532+
}

0 commit comments

Comments
 (0)