diff --git a/src/components/EditorComponent.tsx b/src/components/EditorComponent.tsx index 9e0f427..8d9f9ca 100644 --- a/src/components/EditorComponent.tsx +++ b/src/components/EditorComponent.tsx @@ -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; diff --git a/src/containers/HomeContainer.tsx b/src/containers/HomeContainer.tsx index 028ef3b..96925f2 100644 --- a/src/containers/HomeContainer.tsx +++ b/src/containers/HomeContainer.tsx @@ -31,6 +31,7 @@ const HomeSidebar = styled.div` right:0; top:0; bottom:0; + z-index:5; overflow:auto; width: 300px; background: white;