Web: Common: Added a comment for style

This commit is contained in:
TatianaLopaeva 2020-11-23 22:22:23 +03:00
parent 237265d36f
commit 673756dbe1

View File

@ -25,7 +25,8 @@ const StyledContainer = styled.header`
props.isTablet &&
!props.isLoaded &&
css`
margin-right: -16px;
margin-right: -16px; /* It is a opposite value of padding-right of custom scroll bar,
so that there is no white bar in the header on loading. (padding-right: 16px)*/
`}
`;