setting dialog should be z-index 60

This commit is contained in:
hjlarry 2025-11-24 16:19:29 +08:00
parent 61bed38afb
commit 26d330e744
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-[70]" onClose={noop}>
<Dialog as="div" className="relative z-[60]" onClose={noop}>
<div className="fixed inset-0">
<div className="flex min-h-full flex-col items-center justify-center">
<TransitionChild>