fix: adjust z-index values in MapSection and RicercaFilters components

This commit is contained in:
Marco Pedone 2025-10-20 11:53:21 +02:00
parent 9bea29607b
commit af6ba02d67
2 changed files with 2 additions and 2 deletions

View file

@ -29,7 +29,7 @@ export const MapSection = () => {
);
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
selectComune={comune}
selectConsegna={consegna}

View file

@ -249,7 +249,7 @@ const RicercaFilters = () => {
</Button>
</div>
<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 " />
</div>