mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 01:38:56 -04:00
parent
bc9eb19865
commit
fcd27182ca
2 changed files with 2 additions and 1 deletions
|
@ -19,6 +19,7 @@ import { ManageCustomLink } from './ManageCustomLink';
|
|||
import { px } from '../../../../style/variables';
|
||||
|
||||
const ScrollableContainer = styled.div`
|
||||
-ms-overflow-style: none;
|
||||
max-height: ${px(535)};
|
||||
overflow: scroll;
|
||||
`;
|
||||
|
|
|
@ -124,7 +124,7 @@ export const TransactionActionMenu: FunctionComponent<Props> = ({
|
|||
<ActionMenuButton onClick={() => setIsActionPopoverOpen(true)} />
|
||||
}
|
||||
>
|
||||
<div style={{ maxHeight: px(600) }}>
|
||||
<div style={{ maxHeight: px(600), width: px(335) }}>
|
||||
{isCustomLinksPopoverOpen ? (
|
||||
<CustomLinkPopover
|
||||
customLinks={customLinks.slice(3, customLinks.length)}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue