Put profile underneath bet popup
This commit is contained in:
parent
2d7c895964
commit
096ac8f512
|
@ -58,7 +58,7 @@ export function Modal(props: {
|
|||
<Transition.Root show={open} as={Fragment}>
|
||||
<Dialog
|
||||
as="div"
|
||||
className="fixed z-40 inset-0 overflow-y-auto"
|
||||
className="fixed z-50 inset-0 overflow-y-auto"
|
||||
onClose={setOpen}
|
||||
>
|
||||
<div className="flex items-end justify-center min-h-screen pt-4 px-4 pb-20 text-center sm:block sm:p-0">
|
||||
|
|
|
@ -9,7 +9,7 @@ export function MenuButton(props: {
|
|||
}) {
|
||||
const { buttonContent, menuItems, className } = props
|
||||
return (
|
||||
<Menu as="div" className={clsx('flex-shrink-0 relative z-50', className)}>
|
||||
<Menu as="div" className={clsx('flex-shrink-0 relative z-40', className)}>
|
||||
<div>
|
||||
<Menu.Button className="rounded-full flex">
|
||||
<span className="sr-only">Open user menu</span>
|
||||
|
|
Loading…
Reference in New Issue
Block a user