Web:Common:Section: change z-index for section body header component

This commit is contained in:
Timofey Boyko 2022-05-12 11:46:36 +03:00
parent a8ba24fa0a
commit 385356fe7a

View File

@ -17,7 +17,7 @@ const tabletProps = css`
position: sticky; position: sticky;
top: 0; top: 0;
background: ${(props) => props.theme.section.header.background}; background: ${(props) => props.theme.section.header.background};
z-index: 203; z-index: 202;
${isMobileOnly && ${isMobileOnly &&
css` css`