diff --git a/webview/src/experiments/components/table/styles.module.scss b/webview/src/experiments/components/table/styles.module.scss index 3173f933f4..13b69aeeea 100644 --- a/webview/src/experiments/components/table/styles.module.scss +++ b/webview/src/experiments/components/table/styles.module.scss @@ -680,7 +680,7 @@ $workspace-row-edge-margin: $edge-padding - $cell-padding; box-shadow: none; position: sticky; top: 0; - z-index: 4; + z-index: 5; } .tableIndicators {