mirror of
https://github.com/langgenius/dify.git
synced 2026-04-27 02:36:29 +08:00
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 (
|
return (
|
||||||
<div
|
<div
|
||||||
ref={bottomPanelRef}
|
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={
|
style={
|
||||||
{
|
{
|
||||||
width: bottomPanelWidth,
|
width: bottomPanelWidth,
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user