style: fix annotation panel display misalignment (#4750)

This commit is contained in:
非法操作
2024-05-29 14:23:44 +08:00
committed by GitHub
parent 72a90074bc
commit e01b44af61

View File

@@ -150,7 +150,7 @@ const HeaderOptions: FC<Props> = ({
s.actionIconWrapper, s.actionIconWrapper,
) )
} }
className={'!w-[154px] h-fit !z-20'} className={'!w-[155px] h-fit !z-20'}
popupClassName='!w-full !overflow-visible' popupClassName='!w-full !overflow-visible'
manualClose manualClose
/> />