feat: Installable PWA (#1882)
This commit is contained in:
@@ -19,7 +19,7 @@ const Sticky = styled.div`
|
||||
padding: 0 8px;
|
||||
background: ${(props) => props.theme.background};
|
||||
transition: ${(props) => props.theme.backgroundTransition};
|
||||
z-index: ${(props) => props.theme.depths.stickyHeader};
|
||||
z-index: 1;
|
||||
`;
|
||||
|
||||
export const Separator = styled.span`
|
||||
|
||||
Reference in New Issue
Block a user