From 6bba9bdca041ec11aac68ef6d61a6f235feadff7 Mon Sep 17 00:00:00 2001 From: Cheton Wu Date: Thu, 4 May 2017 10:52:57 +0800 Subject: [PATCH] Fix z-index issue when other components use bootstrap input-group and form-control class (JedWatson/react-select#1076, #159) --- src/web/widgets/Connection/Connection.jsx | 1 + 1 file changed, 1 insertion(+) diff --git a/src/web/widgets/Connection/Connection.jsx b/src/web/widgets/Connection/Connection.jsx index 10a1f7a10..6f1f079a2 100644 --- a/src/web/widgets/Connection/Connection.jsx +++ b/src/web/widgets/Connection/Connection.jsx @@ -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) => ({