mirror of
https://github.com/umami-software/umami.git
synced 2026-02-14 09:35:36 +01:00
Fix row action hover overlap with column controls
This commit is contained in:
parent
676d83e8f6
commit
2633697585
1 changed files with 2 additions and 3 deletions
|
|
@ -138,11 +138,10 @@ export function BoardEditRow({
|
|||
padding="3"
|
||||
gap="1"
|
||||
position="absolute"
|
||||
top="0"
|
||||
bottom="0"
|
||||
top="50%"
|
||||
right="12px"
|
||||
zIndex={20}
|
||||
justifyContent="center"
|
||||
style={{ transform: 'translateY(-50%)' }}
|
||||
>
|
||||
<TooltipTrigger delay={0}>
|
||||
<Button variant="outline" onPress={() => onMoveUp(rowId)} isDisabled={rowIndex === 0}>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue