mirror of
https://github.com/langgenius/dify.git
synced 2026-04-01 11:29:52 +08:00
fix setting dialog z-index
This commit is contained in:
parent
97626a3ba5
commit
d930d8cc4a
@ -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>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user