diff --git a/frontend/src/metabase/components/Popover.css b/frontend/src/metabase/components/Popover.css index f2a2f9a3747b8264747dbb48d37baf47d7707909..58e3826fe3bbe46c9ae5f449c438cba15a4497e8 100644 --- a/frontend/src/metabase/components/Popover.css +++ b/frontend/src/metabase/components/Popover.css @@ -20,7 +20,7 @@ box-shadow: 0 4px 10px var(--color-shadow); background-color: var(--color-bg-white); border-radius: 6px; - overflow: scroll; + overflow: auto; } /* remove the max-width in cases where the popover content needs to expand