mirror of https://github.com/langgenius/dify.git
fix comment hover the variable panel
This commit is contained in:
parent
b60e1f4222
commit
b6620c1f42
|
|
@ -65,7 +65,7 @@ const Operator = ({ handleUndo, handleRedo }: OperatorProps) => {
|
|||
return (
|
||||
<div
|
||||
ref={bottomPanelRef}
|
||||
className='absolute bottom-0 left-0 right-0 z-10 px-1'
|
||||
className='absolute bottom-0 left-0 right-0 z-[60] px-1'
|
||||
style={
|
||||
{
|
||||
width: bottomPanelWidth,
|
||||
|
|
|
|||
Loading…
Reference in New Issue