Ajustes UI

This commit is contained in:
Marlene-Angel
2026-01-14 12:34:12 -08:00
parent 16f1f68499
commit 9af06addad
2 changed files with 10 additions and 10 deletions

View File

@@ -58,7 +58,7 @@ const TopMenu: React.FC<TopMenuProps> = ({
return (
<header
className="relative z-40 h-14 shrink-0 flex items-center justify-between px-4 text-white"
className="relative z-20 h-14 shrink-0 flex items-center justify-between px-4 text-white"
style={{
background:
"linear-gradient(135deg, #4c5f9e, #2a355d, #566bb8, #3d4e87)",

View File

@@ -270,7 +270,7 @@ export default function Home({
</div>
{showOrganisms && (
<div className="fixed inset-0 z-50">
<div className="fixed inset-0 z-30">
{/* Overlay */}
<div
className="absolute inset-0 bg-black/40"