Fix: avatar dropdown keyboard navigation (#12155)

This commit is contained in:
NFish
2024-12-27 18:10:36 +08:00
committed by GitHub
parent f4f2567105
commit 89ce9a5db2
3 changed files with 69 additions and 47 deletions

View File

@@ -17,9 +17,9 @@ const Operator = ({ handleUndo, handleRedo }: OperatorProps) => {
width: 102,
height: 72,
}}
maskColor='var(--color-shadow-shadow-5)'
maskColor='var(--color-workflow-minimap-bg)'
className='!absolute !left-4 !bottom-14 z-[9] !m-0 !w-[102px] !h-[72px] !border-[0.5px] !border-divider-subtle
!rounded-lg !shadow-md !shadow-shadow-shadow-5 !bg-workflow-minimap-bg'
!rounded-lg !shadow-md !shadow-shadow-shadow-5 !bg-background-default-subtle'
/>
<div className='flex items-center mt-1 gap-2 absolute left-4 bottom-4 z-[9]'>
<ZoomInOut />