diff --git a/app/theme/client/imports/components/popover.css b/app/theme/client/imports/components/popover.css index 15c2b539286..551c02e9dd4 100644 --- a/app/theme/client/imports/components/popover.css +++ b/app/theme/client/imports/components/popover.css @@ -34,8 +34,14 @@ display: flex; + overflow: auto; + flex-direction: column; + height: auto; + + max-height: 70%; + padding: var(--popover-padding); animation: dropdown-show 0.1s cubic-bezier(0.45, 0.05, 0.55, 0.95);