diff --git a/new-lamassu-admin/src/components/Popper.jsx b/new-lamassu-admin/src/components/Popper.jsx
index 6dc22225..75159a0a 100644
--- a/new-lamassu-admin/src/components/Popper.jsx
+++ b/new-lamassu-admin/src/components/Popper.jsx
@@ -132,7 +132,7 @@ const Popover = ({
},
{
name: 'preventOverflow',
- enabled: R.defaultTo(true, props.preventOverflow),
+ enabled: true,
options: {
rootBoundary: 'scrollParent'
}
@@ -159,12 +159,6 @@ const Popover = ({
}
]
- if (props.preventOverflow === false) {
- modifiers.hide = {
- enabled: false
- }
- }
-
return (
<>