Skip to content
Snippets Groups Projects
Commit 1d5a1e3b authored by jsk22's avatar jsk22
Browse files

Issue #315-FIX-Search-Bar

parent 356bd10e
Branches
Tags
1 merge request!300Issue #315-FIX-Search-Bar
Pipeline #42385 passed
...@@ -151,7 +151,7 @@ export default function Header({ setFilterState, filterState, mobileSearch }) { ...@@ -151,7 +151,7 @@ export default function Header({ setFilterState, filterState, mobileSearch }) {
}; };
return ( return (
<div className="fixed flex items-center max-md:h-[70px] h-[120px] top-[35px] max-md:top-[0px] z-20 shadow-none w-screen bg-fundo bg-repeat bg-fixed"> <div className="fixed flex items-center max-md:h-[70px] h-[120px] top-[35px] max-md:top-[0px] z-50 shadow-none w-screen bg-fundo bg-repeat bg-fixed">
<div className="flex flex-grow gap-3 sm:gap-12 justify-between "> <div className="flex flex-grow gap-3 sm:gap-12 justify-between ">
{mobileSearchOpen || mobileSearch.searchIsClicked ? ( {mobileSearchOpen || mobileSearch.searchIsClicked ? (
<MobileSearch handleToggleMobileSearch={handleToggleMobileSearch} setFilterState={setFilterState} filterState={filterState} /> <MobileSearch handleToggleMobileSearch={handleToggleMobileSearch} setFilterState={setFilterState} filterState={filterState} />
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment