Skip to content

Commit

Permalink
Fix #1714: When editing device in room box, select should not be hidd…
Browse files Browse the repository at this point in the history
…en behind bottom bar
  • Loading branch information
Pierre-Gilles committed Apr 6, 2023
1 parent 145e9b7 commit 23e515b
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions front/src/components/boxs/device-in-room/EditDeviceInRoom.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -120,6 +120,12 @@ class EditDeviceInRoom extends Component {
isMulti
onChange={this.updateDeviceFeatures}
options={deviceOptions}
styles={{
container: (base, state) => {
base.zIndex = '1031'; // it needs to be more than the footer bar
return base;
}
}}
/>
</div>
)}
Expand Down

0 comments on commit 23e515b

Please sign in to comment.