File tree Expand file tree Collapse file tree 1 file changed +4
-1
lines changed
src/components/common/FloatingVariablesSuggestions Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -58,14 +58,17 @@ export default function SuggestionItem({
58
58
< Tippy
59
59
className = "default-tt dc__word-break-all"
60
60
content = {
61
- < div className = "mw-200 flex column dc__content-start dc__align-start" >
61
+ < div className = "mw-200 flex column dc__content-start dc__align-start mxh-140 dc__overflow-scroll " >
62
62
< div className = "flex column dc__content-start dc__align-start" > Value</ div >
63
63
< div className = "flex column dc__content-start dc__align-start" >
64
64
{ sanitiseVariableValue ( variableValue ) }
65
65
</ div >
66
66
</ div >
67
67
}
68
68
placement = "left"
69
+ interactive
70
+ // Have to append to body because the parent is draggable
71
+ appendTo = { document . body }
69
72
>
70
73
< div
71
74
className = "flexbox-col pt-8 pb-8 pl-12 pr-12 dc__align-self-stretch bcn-0 dc__border-bottom-n1 dc__hover-n50"
You can’t perform that action at this time.
0 commit comments