Skip to content

Commit cc8fe1d

Browse files
authored
fix(DataTable): "sticky" cell border-bottom now presents properly in Safari (#1830)
* trying to repeat the bug * updated Datatable to fix safari sticky cell bug
1 parent a23c50b commit cc8fe1d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/components/src/DataTable/Table.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -173,6 +173,7 @@ const stickyColumns = css<TableProps>`
173173
export const Table = styled(TableLayout)`
174174
border-spacing: 0;
175175
font-size: ${({ theme }) => theme.fontSizes.small};
176+
height: initial;
176177
line-height: 1;
177178
width: 100%;
178179

0 commit comments

Comments
 (0)