Skip to content
Snippets Groups Projects
Commit 838690d0 authored by Atte Keinänen's avatar Atte Keinänen
Browse files

Fix parameter mapper and action widget overflowing issues

parent 6a8ccd2f
No related branches found
No related tags found
No related merge requests found
......@@ -111,6 +111,7 @@ export default class DashCardCardParameterMapper extends Component {
<PopoverWithTrigger
ref="popover"
triggerClasses={cx({ "disabled": disabled })}
sizeToFit
triggerElement={
<Tooltip tooltip={tooltipText} verticalAttachments={["bottom", "top"]}>
{/* using div instead of button due to
......
......@@ -168,7 +168,9 @@ export default class ActionsWidget extends Component {
width: POPOVER_WIDTH,
bottom: "50%",
right: "50%",
zIndex: -1
zIndex: -1,
maxHeight: "600px",
overflow: "scroll"
}}
>
{PopoverComponent
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment