Web: Common: Fixed z-index when drop down is open.

This commit is contained in:
TatianaLopaeva 2020-12-28 19:35:55 +03:00
parent 6f8df750ba
commit da06f84d49

View File

@ -51,7 +51,7 @@ const StyledSectionHeader = styled.div`
width: ${(props) =>
props.isArticlePinned ? `calc(100% - 272px)` : "100%"};
background-color: #fff;
z-index: 155;
z-index: 149;
padding-right: 16px;
`}
}