Skip to content

Commit

Permalink
[FIX] Popover component doesn't have scroll (#17198)
Browse files Browse the repository at this point in the history
  • Loading branch information
Nikhil713 authored Apr 14, 2020
1 parent e25afb4 commit baf5b95
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions app/theme/client/imports/components/popover.css
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit baf5b95

Please sign in to comment.