From 7e78478fbe94a29878f18c9be7ae7f33b87af5ee Mon Sep 17 00:00:00 2001 From: jeffvli Date: Mon, 14 Oct 2024 00:38:28 -0700 Subject: [PATCH] Fix combined title cell controls blocking links --- .../components/virtual-table/cells/combined-title-cell.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/src/renderer/components/virtual-table/cells/combined-title-cell.tsx b/src/renderer/components/virtual-table/cells/combined-title-cell.tsx index 7e1489fa..c04af2cc 100644 --- a/src/renderer/components/virtual-table/cells/combined-title-cell.tsx +++ b/src/renderer/components/virtual-table/cells/combined-title-cell.tsx @@ -38,6 +38,7 @@ const CellContainer = styled(motion.div)<{ height: number }>` `; const ImageWrapper = styled.div` + position: relative; display: flex; grid-area: image; align-items: center;