mirror of
https://github.com/umami-software/umami.git
synced 2026-02-21 21:15:35 +01:00
This commit is contained in:
parent
15700a6394
commit
e52a6b405b
4 changed files with 24 additions and 8 deletions
|
|
@ -135,12 +135,14 @@ export function BoardEditRow({
|
|||
</Group>
|
||||
{canEdit && showActions && (
|
||||
<Column
|
||||
padding="3"
|
||||
padding="2"
|
||||
gap="1"
|
||||
position="absolute"
|
||||
top="50%"
|
||||
right="12px"
|
||||
zIndex={20}
|
||||
backgroundColor="surface-sunken"
|
||||
borderRadius
|
||||
style={{ transform: 'translateY(-50%)' }}
|
||||
>
|
||||
<TooltipTrigger delay={0}>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue