Skip to content
Snippets Groups Projects
Commit ecb3354b authored by Tom Robinson's avatar Tom Robinson
Browse files

Merge branch 'new_filters' of github.com:metabase/metabase-init into new_filters

parents 3cf881bd 572e029d
No related branches found
No related tags found
No related merge requests found
......@@ -103,7 +103,7 @@ export default class AccordianList extends Component {
</div>
: null }
{ openSection === sectionIndex ?
<ul className="p1 border-bottom">
<ul style={{maxHeight: 400}} className="p1 border-bottom scroll-y">
{section.items.map((item, itemIndex) => {
return (
<li key={itemIndex} className={cx("List-item flex", { 'List-item--selected': this.itemIsSelected(item) })}>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment