diff --git a/src/components/connection-modal/scanning-step.jsx b/src/components/connection-modal/scanning-step.jsx
index 1728e1fd5d55df75790f0301ef00386783d95b15..0b0b4999d11cdb7ee78e0c0ca59a34676cd44dff 100644
--- a/src/components/connection-modal/scanning-step.jsx
+++ b/src/components/connection-modal/scanning-step.jsx
@@ -30,7 +30,7 @@ const ScanningStep = props => (
                         </div>
                     </div>
                 ) : (
-                    <Box className={styles.deviceTilePane}>
+                    <div className={styles.deviceTilePane}>
                         {props.deviceList.map(device =>
                             (<DeviceTile
                                 key={device.peripheralId}
@@ -41,7 +41,7 @@ const ScanningStep = props => (
                                 onConnecting={props.onConnecting}
                             />)
                         )}
-                    </Box>
+                    </div>
                 )
             ) : (
                 <Box className={styles.instructions}>