fix(explore): fixed table header in chrome (#12432)

This commit is contained in:
Junlin Chen
2021-01-12 09:17:00 -08:00
committed by GitHub
parent 1e527d54e7
commit fe01e2d88d

View File

@@ -37,7 +37,6 @@ export const Table = styled.table`
background-color: ${({ theme }) => theme.colors.grayscale.light5};
border-collapse: separate;
border-radius: ${({ theme }) => theme.borderRadius}px;
overflow: hidden;
thead > tr > th {
border: 0;