Oops, don't mess up mobile with search footer!
This commit is contained in:
parent
589e6c35b4
commit
c564400223
1 changed files with 1 additions and 0 deletions
|
@ -55,6 +55,7 @@ function WardrobePageLayout({
|
||||||
gridArea="searchFooter"
|
gridArea="searchFooter"
|
||||||
bg={searchBackground}
|
bg={searchBackground}
|
||||||
boxShadow={`0 0 8px ${searchShadowColorValue}`}
|
boxShadow={`0 0 8px ${searchShadowColorValue}`}
|
||||||
|
display={{ base: "none", md: "block" }}
|
||||||
>
|
>
|
||||||
{searchFooter}
|
{searchFooter}
|
||||||
</Box>
|
</Box>
|
||||||
|
|
Loading…
Reference in a new issue