fix: adjust z-index values in MapSection and RicercaFilters components
This commit is contained in:
parent
9bea29607b
commit
af6ba02d67
2 changed files with 2 additions and 2 deletions
|
|
@ -29,7 +29,7 @@ export const MapSection = () => {
|
||||||
);
|
);
|
||||||
|
|
||||||
return (
|
return (
|
||||||
<div className="relative z-50 flex h-[60vh] w-full items-center justify-center sm:h-[65vh]">
|
<div className="relative z-30 flex h-[60vh] w-full items-center justify-center sm:h-[65vh]">
|
||||||
<MapDisplay
|
<MapDisplay
|
||||||
selectComune={comune}
|
selectComune={comune}
|
||||||
selectConsegna={consegna}
|
selectConsegna={consegna}
|
||||||
|
|
|
||||||
|
|
@ -249,7 +249,7 @@ const RicercaFilters = () => {
|
||||||
</Button>
|
</Button>
|
||||||
</div>
|
</div>
|
||||||
<div className="flex w-full items-center justify-between gap-2 sm:justify-between">
|
<div className="flex w-full items-center justify-between gap-2 sm:justify-between">
|
||||||
<div className="relative z-70 flex w-full gap-1 sm:w-auto">
|
<div className="relative z-35 flex w-full gap-1 sm:w-auto">
|
||||||
<CodiceBox className="h-10 w-full" optionBoxClassName="top-11 " />
|
<CodiceBox className="h-10 w-full" optionBoxClassName="top-11 " />
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue