fix(plugin-chart-table): Revert "fix(chart table in dashboard): improve screen reading of table (#26453)" (#26963)

This commit is contained in:
Kamil Gabryjelski
2024-02-01 17:17:37 +01:00
committed by GitHub
parent fb38552a14
commit e4eae9a70c
3 changed files with 12 additions and 17 deletions

View File

@@ -32,13 +32,10 @@ export default styled.div`
td {
min-width: 4.3em;
}
thead > tr > th {
position: sticky;
top: -1px;
padding-right: 0;
z-index: 100;
border-bottom: ${theme.gridUnit / 2}px solid
${theme.colors.grayscale.light2};
position: relative;
background: ${theme.colors.grayscale.light5};
text-align: left;
}