fix(ui): allow sort label dropdown to overflow accordian container

This commit is contained in:
Łukasz Mierzwa
2019-09-17 21:29:11 +01:00
parent 51933827df
commit cacc954b92

View File

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