Skip to content

Commit

Permalink
wip tests - trouble running locally, so using github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
olets committed Sep 6, 2024
1 parent f8e0530 commit cbd9de3
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions packages/desktop-client/src/components/table.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -197,6 +197,11 @@ export function Cell({
privacyFilter={mergeConditionalPrivacyFilterProps(
{
activationFilters: [!focused, !exposed],
style: {
position: 'absolute',
width: '100%',
height: '100%',
},
},
privacyFilter,
)}
Expand Down

0 comments on commit cbd9de3

Please sign in to comment.