fix comment hover the variable panel

This commit is contained in:
hjlarry 2025-10-09 15:44:56 +08:00
parent b60e1f4222
commit b6620c1f42
1 changed files with 1 additions and 1 deletions

View File

@ -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,