Web: Components: TableContainer: fix group menu height

This commit is contained in:
Viktor Fomin 2022-04-25 14:01:41 +03:00
parent 3d7a92bde5
commit 13eaf8fcac

View File

@ -79,7 +79,7 @@ const StyledTableGroupMenu = styled.div`
align-items: center;
width: 100%;
z-index: 199;
height: 53px;
height: 52px;
box-shadow: ${(props) => props.theme.tableContainer.groupMenu.boxShadow};
border-radius: 0px 0px 6px 6px;
margin: 0;