Skip to content

Commit

Permalink
fix: disable portal for header select elements (#594)
Browse files Browse the repository at this point in the history
  • Loading branch information
shadowusr authored Aug 19, 2024
1 parent 3b5ecbf commit 29d9ac0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions lib/static/components/controls/selects/control.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ export default class ControlSelect extends Component {
<div className={className}>
<CustomLabel size='m' pin='round-brick'>{label}</CustomLabel>
<Select
disablePortal
className={`select__dropdown-${size || 's'}`}
selection
options={options}
Expand Down
1 change: 1 addition & 0 deletions lib/static/components/controls/selects/group-tests.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ class GroupTestsSelect extends Component {
<div className={className}>
<CustomLabel size='m' pin='round-brick'>Group By</CustomLabel>
<Select
disablePortal
className='group-by-dropdown'
options={options}
value={[selectedGroupKey]}
Expand Down

0 comments on commit 29d9ac0

Please sign in to comment.