Skip to content
Snippets Groups Projects
Commit 6aac1674 authored by Richard Fernando Heise Ferreira's avatar Richard Fernando Heise Ferreira
Browse files

Merge branch 'issue/315-search-bar' into 'develop'

Issue #315-FIX-Search-Bar

See merge request !300
parents 356bd10e 1d5a1e3b
No related branches found
No related tags found
1 merge request!300Issue #315-FIX-Search-Bar
Pipeline #42387 passed
......@@ -151,7 +151,7 @@ export default function Header({ setFilterState, filterState, mobileSearch }) {
};
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 ">
{mobileSearchOpen || mobileSearch.searchIsClicked ? (
<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