fix for menu z-index
This commit is contained in:
		@@ -340,6 +340,8 @@ const ExploreHero = (props: ExploreHeroProps) => {
 | 
				
			|||||||
const ExploreToolBarWrapper = styled.div`
 | 
					const ExploreToolBarWrapper = styled.div`
 | 
				
			||||||
    display: flex;
 | 
					    display: flex;
 | 
				
			||||||
    justify-content: space-between;
 | 
					    justify-content: space-between;
 | 
				
			||||||
 | 
					    z-index: 1;
 | 
				
			||||||
 | 
					    position: relative;
 | 
				
			||||||
    ${addFadeInAnimation('0.5s', '0.15s')}
 | 
					    ${addFadeInAnimation('0.5s', '0.15s')}
 | 
				
			||||||
    @media (max-width: 36rem) {
 | 
					    @media (max-width: 36rem) {
 | 
				
			||||||
        display: block;
 | 
					        display: block;
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -124,6 +124,8 @@ const ExploreGridList = styled.div<ExploreGridListProps>`
 | 
				
			|||||||
    grid-template-columns: repeat(${ExploreTileGridWidth.ThreeColumn}, 1fr);
 | 
					    grid-template-columns: repeat(${ExploreTileGridWidth.ThreeColumn}, 1fr);
 | 
				
			||||||
    grid-column-gap: 1.5rem;
 | 
					    grid-column-gap: 1.5rem;
 | 
				
			||||||
    grid-row-gap: 1.5rem;
 | 
					    grid-row-gap: 1.5rem;
 | 
				
			||||||
 | 
					    z-index: 0;
 | 
				
			||||||
 | 
					    position: relative;
 | 
				
			||||||
    ${addFadeInAnimation('0.5s', '0.25s')}
 | 
					    ${addFadeInAnimation('0.5s', '0.25s')}
 | 
				
			||||||
    & > * {
 | 
					    & > * {
 | 
				
			||||||
        align-self: stretch;
 | 
					        align-self: stretch;
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user