Merge pull request #954 from prymitive/fix-sort-settings

fix(ui): allow sort label dropdown to overflow accordion container
This commit is contained in:
Łukasz Mierzwa
2019-09-17 21:53:25 +01:00
committed by GitHub

View File

@@ -77,6 +77,7 @@ const SortLabelName = observer(
)}
options={this.suggestions.names}
onChange={this.onChange}
menuPosition="fixed"
/>
);
}