fix setting dialog z-index

This commit is contained in:
hjlarry 2025-11-10 18:02:36 +08:00
parent 97626a3ba5
commit d930d8cc4a
1 changed files with 1 additions and 1 deletions

View File

@ -35,7 +35,7 @@ const MenuDialog = ({
return (
<Transition appear show={show} as={Fragment}>
<Dialog as="div" className="relative z-[60]" onClose={noop}>
<Dialog as="div" className="relative z-[70]" onClose={noop}>
<div className="fixed inset-0">
<div className="flex min-h-full flex-col items-center justify-center">
<TransitionChild>