People.Client: Home: Header: fixed style

This commit is contained in:
Daniil Senkiv 2020-01-30 16:30:00 +03:00
parent c20e58cfba
commit ebe0323d77

View File

@ -34,9 +34,16 @@ const { EmployeeStatus, EmployeeType } = constants;
const StyledContainer = styled.div`
${props => props.isHeaderVisible && css`width: calc(100% + 76px);`}
@media (min-width: 1024px) {
${props => props.isHeaderVisible && css`width: calc(100% + 76px);`}
}
.group-button-menu-container {
margin: 0 -16px;
@media (min-width: 1024px) {
margin: 0 -24px;
}
}
.header-container {