Skip to content

Commit

Permalink
Fix z-index issue on device.setValue scene action (#2100)
Browse files Browse the repository at this point in the history
  • Loading branch information
Pierre-Gilles authored Jun 13, 2024
1 parent 4405399 commit c19ba07
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions front/src/components/device/SelectDeviceFeature.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -123,6 +123,7 @@ class SelectDeviceFeature extends Component {
value={selectedOption}
onChange={this.handleChange}
options={deviceOptions}
styles={{ menu: base => ({ ...base, zIndex: 2 }) }}
/>
);
}
Expand Down

0 comments on commit c19ba07

Please sign in to comment.