This commit is contained in:
ditiqi 2025-02-24 09:33:01 +08:00
parent ab1bce816b
commit 3e7a6dbc6b
1 changed files with 2 additions and 2 deletions

View File

@ -185,13 +185,13 @@ export function UserMenu() {
id="user-menu"
aria-orientation="vertical"
aria-labelledby="user-menu-button"
style={{ zIndex: 100 }}
style={{ zIndex: 1000 }}
className="absolute right-0 mt-3 w-64 origin-top-right
bg-white rounded-xl overflow-hidden shadow-lg
border border-[#E5EDF5]">
{/* User Profile Section */}
<div
className="px-4 py-4 bg-gradient-to-b from-[#F6F9FC] to-white
className="z-50 px-4 py-4 bg-gradient-to-b from-[#F6F9FC] to-white
border-b border-[#E5EDF5] ">
<div className="flex items-center space-x-4">
<Avatar