mirror of
https://github.com/umami-software/umami.git
synced 2026-02-15 18:15:35 +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"
|
padding="3"
|
||||||
gap="1"
|
gap="1"
|
||||||
position="absolute"
|
position="absolute"
|
||||||
top="0"
|
top="50%"
|
||||||
bottom="0"
|
|
||||||
right="12px"
|
right="12px"
|
||||||
zIndex={20}
|
zIndex={20}
|
||||||
justifyContent="center"
|
style={{ transform: 'translateY(-50%)' }}
|
||||||
>
|
>
|
||||||
<TooltipTrigger delay={0}>
|
<TooltipTrigger delay={0}>
|
||||||
<Button variant="outline" onPress={() => onMoveUp(rowId)} isDisabled={rowIndex === 0}>
|
<Button variant="outline" onPress={() => onMoveUp(rowId)} isDisabled={rowIndex === 0}>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue