diff --git a/packages/frontend-core/src/components/grid/layout/StickyColumn.svelte b/packages/frontend-core/src/components/grid/layout/StickyColumn.svelte index a445e98f87..1a67aaa417 100644 --- a/packages/frontend-core/src/components/grid/layout/StickyColumn.svelte +++ b/packages/frontend-core/src/components/grid/layout/StickyColumn.svelte @@ -115,6 +115,7 @@ flex-direction: column; position: relative; z-index: 2; + background: var(--cell-background); } /* Add right border */