mirror of
https://github.com/prymitive/karma
synced 2026-05-07 03:26:52 +00:00
Merge pull request #954 from prymitive/fix-sort-settings
fix(ui): allow sort label dropdown to overflow accordion container
This commit is contained in:
@@ -77,6 +77,7 @@ const SortLabelName = observer(
|
||||
)}
|
||||
options={this.suggestions.names}
|
||||
onChange={this.onChange}
|
||||
menuPosition="fixed"
|
||||
/>
|
||||
);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user