Skip to content

Commit

Permalink
fix(MainLayout): settings z-index and pageLayout editor min-height
Browse files Browse the repository at this point in the history
  • Loading branch information
turdiyev committed Apr 16, 2019
1 parent ff91940 commit 4dcfb66
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/EditorComponent.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -39,13 +39,13 @@ const EditorWrap = styled.div`
&.page-layout{
position:relative;
margin:-17px 0 0;
margin:-17px 0 15px;
.editable-box{
width:100% !important;
margin:0;
.editable{
height:auto;
min-height:460px;
min-height:375px;
font-size:25px;
margin:0 !important;
padding: 40px;
Expand Down
1 change: 1 addition & 0 deletions src/containers/HomeContainer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ const HomeSidebar = styled.div`
right:0;
top:0;
bottom:0;
z-index:5;
overflow:auto;
width: 300px;
background: white;
Expand Down

0 comments on commit 4dcfb66

Please sign in to comment.