Skip to content

Commit

Permalink
refactor: adjust action toolbar position (#1203)
Browse files Browse the repository at this point in the history
  • Loading branch information
veinfors committed Mar 30, 2023
1 parent 5a52def commit a92bc58
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apis/nucleus/src/components/ActionsToolbar.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ function ActionsToolbar({
const dividerStyle = useMemo(() => ({ margin: theme.spacing(0.5, 0) }));

const popoverAnchorOrigin = {
vertical: 15,
vertical: 7,
horizontal: (popover.anchorEl?.clientWidth ?? 0) - 7,
};

Expand Down

0 comments on commit a92bc58

Please sign in to comment.