Skip to content

Commit

Permalink
added zIndex on treeSelect (#1878)
Browse files Browse the repository at this point in the history
  • Loading branch information
dzonidoo authored Nov 21, 2023
1 parent d4f1176 commit 8d6204a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions client/components/fields/editor/base/numberSelect.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,7 @@ export class EditorFieldNumberSelect extends React.PureComponent<IProps> {
value={values}
onChange={this.onChangeMultiple}
allowMultiple={true}
zIndex={1051}
/>
);
}
Expand Down

0 comments on commit 8d6204a

Please sign in to comment.