mirror of
https://github.com/stack-auth/stack.git
synced 2026-06-13 21:01:21 +08:00
added z index for user button
This commit is contained in:
parent
f073de1691
commit
d355f70916
@ -50,7 +50,7 @@ export default function UserButton({
|
||||
</div>}
|
||||
</div>
|
||||
</DropdownMenuTrigger>
|
||||
<DropdownMenuContent>
|
||||
<DropdownMenuContent style={{ zIndex: 1500 }}>
|
||||
<DropdownMenuLabel>
|
||||
<div style={{ display: 'flex', gap: '0.5rem', alignItems: 'center' }}>
|
||||
<UserAvatar/>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user