diff --git a/ui/src/Common/Popper.ts b/ui/src/Common/Popper.ts index 599142a00..781fbd73f 100644 --- a/ui/src/Common/Popper.ts +++ b/ui/src/Common/Popper.ts @@ -20,4 +20,10 @@ export const CommonPopperModifiers = [ roundOffsets: true, }, }, + { + name: "flip", + options: { + fallbackPlacements: [], + }, + }, ]; diff --git a/ui/src/Components/Grid/AlertGrid/AlertGroup/Alert/AlertMenu.tsx b/ui/src/Components/Grid/AlertGrid/AlertGroup/Alert/AlertMenu.tsx index 6c174c23f..de96b43f2 100644 --- a/ui/src/Components/Grid/AlertGrid/AlertGroup/Alert/AlertMenu.tsx +++ b/ui/src/Components/Grid/AlertGrid/AlertGroup/Alert/AlertMenu.tsx @@ -192,7 +192,7 @@ const AlertMenu: FC<{ )} - + {({ placement, ref, style }) => ( - + {({ placement, ref, style }) => ( - + {({ placement, ref, style }) => ( - + {({ placement, ref, style }) => (