fixed when selecting with arrow from the keyboard

This commit is contained in:
Elyor Djalilov 2022-12-01 13:50:38 +05:00
parent ca83c9f80d
commit 45efe52e96
2 changed files with 1 additions and 6 deletions

View File

@ -22,7 +22,7 @@ const StyledInfoPanelWrapper = styled.div.attrs(({ id }) => ({
width: auto;
background: ${(props) => props.theme.infoPanel.blurColor};
backdrop-filter: blur(3px);
z-index: 300;
@media ${tablet} {
z-index: 309;
position: fixed;

View File

@ -45,7 +45,6 @@ const StyledTableContainer = styled.div`
.table-container_header {
z-index: 200;
padding: 0 20px;
padding-right: 0;
border-bottom: 1px solid;
border-image-slice: 1;
@ -86,10 +85,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}
`;