Skip to content

Commit

Permalink
popover overflow scrolls rather than hides (metabase#12149)
Browse files Browse the repository at this point in the history
  • Loading branch information
paulrosenzweig authored Mar 18, 2020
1 parent 79cede1 commit 943e667
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/metabase/components/Popover.css
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
box-shadow: 0 4px 10px var(--color-shadow);
background-color: var(--color-bg-white);
border-radius: 6px;
overflow: hidden;
overflow: scroll;
}

/* remove the max-width in cases where the popover content needs to expand
Expand Down

0 comments on commit 943e667

Please sign in to comment.