asdsa
This commit is contained in:
parent
ab1bce816b
commit
3e7a6dbc6b
|
@ -185,13 +185,13 @@ export function UserMenu() {
|
||||||
id="user-menu"
|
id="user-menu"
|
||||||
aria-orientation="vertical"
|
aria-orientation="vertical"
|
||||||
aria-labelledby="user-menu-button"
|
aria-labelledby="user-menu-button"
|
||||||
style={{ zIndex: 100 }}
|
style={{ zIndex: 1000 }}
|
||||||
className="absolute right-0 mt-3 w-64 origin-top-right
|
className="absolute right-0 mt-3 w-64 origin-top-right
|
||||||
bg-white rounded-xl overflow-hidden shadow-lg
|
bg-white rounded-xl overflow-hidden shadow-lg
|
||||||
border border-[#E5EDF5]">
|
border border-[#E5EDF5]">
|
||||||
{/* User Profile Section */}
|
{/* User Profile Section */}
|
||||||
<div
|
<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] ">
|
border-b border-[#E5EDF5] ">
|
||||||
<div className="flex items-center space-x-4">
|
<div className="flex items-center space-x-4">
|
||||||
<Avatar
|
<Avatar
|
||||||
|
|
Loading…
Reference in New Issue