mirror of
https://github.com/langgenius/dify.git
synced 2026-04-28 20:17:29 +08:00
fix setting dialog z-index
This commit is contained in:
parent
97626a3ba5
commit
d930d8cc4a
@ -35,7 +35,7 @@ const MenuDialog = ({
|
|||||||
|
|
||||||
return (
|
return (
|
||||||
<Transition appear show={show} as={Fragment}>
|
<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="fixed inset-0">
|
||||||
<div className="flex min-h-full flex-col items-center justify-center">
|
<div className="flex min-h-full flex-col items-center justify-center">
|
||||||
<TransitionChild>
|
<TransitionChild>
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user