Skip to content

Commit

Permalink
Fix z-index issue when other components use bootstrap input-group and…
Browse files Browse the repository at this point in the history
… form-control class (JedWatson/react-select#1076, #159)
  • Loading branch information
cheton committed May 4, 2017
1 parent 24c0fd1 commit 6bba9bd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/web/widgets/Connection/Connection.jsx
Expand Up @@ -483,6 +483,7 @@ class Connection extends React.Component {
className="sm"
clearable={false}
disabled={!canChangeBaudrate}
menuContainerStyle={{ zIndex: 5 }}
name="baudrate"
onChange={::this.changeBaudrateOption}
options={_.map(baudrates, (value) => ({
Expand Down

0 comments on commit 6bba9bd

Please sign in to comment.