fix: header drop menu now musnt slide under other components
This commit is contained in:
parent
dae590fc58
commit
dcc7e996c5
1 changed files with 1 additions and 1 deletions
|
|
@ -82,7 +82,7 @@ export const Header: React.FC = () => {
|
|||
<span className="text-[10px]">▼</span>
|
||||
</button>
|
||||
{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
|
||||
to="/profile"
|
||||
className="block px-4 py-2 text-sm text-gray-700 hover:bg-gray-100"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue