Skip to content

Commit

Permalink
[APM] Custom links section inside the Actions menu is showing outside…
Browse files Browse the repository at this point in the history
… of the menu (#65428) (#65446)
  • Loading branch information
cauemarcondes committed May 6, 2020
1 parent 3b602b8 commit ed125f0
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@ import { CustomLink } from './CustomLink';
import { CustomLinkPopover } from './CustomLink/CustomLinkPopover';
import { getSections } from './sections';
import { useLicense } from '../../../hooks/useLicense';
import { px } from '../../../style/variables';
import { convertFiltersToQuery } from '../../app/Settings/CustomizeUI/CustomLink/CustomLinkFlyout/helper';

interface Props {
Expand Down Expand Up @@ -124,7 +123,7 @@ export const TransactionActionMenu: FunctionComponent<Props> = ({
<ActionMenuButton onClick={() => setIsActionPopoverOpen(true)} />
}
>
<div style={{ maxHeight: px(600), width: px(335) }}>
<div>
{isCustomLinksPopoverOpen ? (
<CustomLinkPopover
customLinks={customLinks.slice(3, customLinks.length)}
Expand Down

0 comments on commit ed125f0

Please sign in to comment.