Merge pull request #226 from RomainFrancony/fix-horizontal-layout

Drawer shrinking in horizontal layout
This commit is contained in:
Manoj Vivek 2020-06-25 18:24:19 +05:30 committed by GitHub
commit 1258067d85
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 4 additions and 2 deletions

View file

@ -3,7 +3,7 @@
flex: 1;
height: 100%;
width: 100%;
overflow: scroll;
overflow: auto;
flex-direction: column;
}
@ -17,7 +17,7 @@
.devicesContainer {
display: flex;
padding-bottom: 50px;
padding-bottom: 100px;
}
.tab {

View file

@ -7,6 +7,7 @@
.drawer.open {
width: 290px;
flex-shrink: 0;
box-shadow: 5px 7px 5px 0px rgba(0, 0, 0, 0.75);
margin: 0 10px 0 0;
padding: 5px 5px 0 0;

View file

@ -29,6 +29,7 @@ const Browser = ({browser}) => {
flex: 1,
height: '100%',
flexDirection: 'column',
overflow: 'hidden',
}}
>
<DevicePreviewerContainer />