diff --git a/frontend/public/components/utils/dropdown.jsx b/frontend/public/components/utils/dropdown.jsx index 0e4d2f7362ff..761e442d6d51 100644 --- a/frontend/public/components/utils/dropdown.jsx +++ b/frontend/public/components/utils/dropdown.jsx @@ -533,7 +533,7 @@ class Dropdown_ extends DropdownMixin { popperRef={this.dropdownMenuRef} isVisible={active} zIndex={9999} - appendTo="inline" + appendTo={() => document.body} /> @@ -591,7 +591,7 @@ class Dropdown_ extends DropdownMixin { preventOverflow={menuClassName === 'prevent-overflow' ? true : false} isVisible={active} zIndex={9999} - appendTo="inline" + appendTo={() => document.body} />