fix: header drop menu now musnt slide under other components
All checks were successful
Build and Deploy Go App / build (push) Successful in 8m45s
Build and Deploy Go App / deploy (push) Successful in 2m20s

This commit is contained in:
Iron_Felix 2025-12-20 05:06:53 +03:00
parent dae590fc58
commit dcc7e996c5

View file

@ -82,7 +82,7 @@ export const Header: React.FC = () => {
<span className="text-[10px]"></span> <span className="text-[10px]"></span>
</button> </button>
{dropdownOpen && ( {dropdownOpen && (
<div className="absolute right-0 top-full mt-2 w-48 bg-white border border-gray-200 rounded-md shadow-xl z-[100] py-1"> <div className="absolute right-0 top-full mt-2 w-48 bg-white border border-gray-200 rounded-md shadow-xl z-[10000] py-1">
<Link <Link
to="/profile" to="/profile"
className="block px-4 py-2 text-sm text-gray-700 hover:bg-gray-100" className="block px-4 py-2 text-sm text-gray-700 hover:bg-gray-100"