From f73ad56c0ee0cc4a793a42bcfec7a83adc34d821 Mon Sep 17 00:00:00 2001 From: Chris Kruining Date: Tue, 7 Jan 2025 08:11:55 +0100 Subject: [PATCH] fix style issue --- src/components/table/table.module.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/table/table.module.css b/src/components/table/table.module.css index 16b2019..ad0f7d4 100644 --- a/src/components/table/table.module.css +++ b/src/components/table/table.module.css @@ -29,7 +29,7 @@ white-space: nowrap; } - & :is(.cell:first-child, .checkbox + .cell) { + & *:is(.cell:first-child, .checkbox + .cell) { position: sticky; inset-inline-start: 1px; padding-inline-start: calc(var(--depth, 0) * (1em + var(--padding-s)) + var(--padding-m));