bugfix/fixed bug with border style

This commit is contained in:
Elyor Djalilov 2022-11-15 16:16:52 +05:00
parent 74ef2c3ad2
commit da82c91463

View File

@ -45,7 +45,7 @@ const StyledTableContainer = styled.div`
.table-container_header {
z-index: 200;
padding: 0 20px;
padding-right: 0;
position: absolute;
border-bottom: 1px solid;
border-image-slice: 1;
@ -86,10 +86,6 @@ const StyledTableContainer = styled.div`
width: 22px;
}
}
.table-container_header-settings {
border-bottom: ${(props) => props.theme.tableContainer.tableCell.border};
margin-bottom: -1px;
}
${({ useReactWindow }) => useReactWindow && reactWindowContainerStyles}
`;