Skip to content

Commit 9faa71f

Browse files
committed
[APM] Custom links section inside the Actions menu is showing outside of the menu (#65428)
1 parent c7f44f0 commit 9faa71f

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

x-pack/plugins/apm/public/components/shared/TransactionActionMenu/TransactionActionMenu.tsx

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,6 @@ import { CustomLink } from './CustomLink';
2727
import { CustomLinkPopover } from './CustomLink/CustomLinkPopover';
2828
import { getSections } from './sections';
2929
import { useLicense } from '../../../hooks/useLicense';
30-
import { px } from '../../../style/variables';
3130
import { convertFiltersToQuery } from '../../app/Settings/CustomizeUI/CustomLink/CustomLinkFlyout/helper';
3231

3332
interface Props {
@@ -124,7 +123,7 @@ export const TransactionActionMenu: FunctionComponent<Props> = ({
124123
<ActionMenuButton onClick={() => setIsActionPopoverOpen(true)} />
125124
}
126125
>
127-
<div style={{ maxHeight: px(600), width: px(335) }}>
126+
<div>
128127
{isCustomLinksPopoverOpen ? (
129128
<CustomLinkPopover
130129
customLinks={customLinks.slice(3, customLinks.length)}

0 commit comments

Comments
 (0)