소스 검색

clean scss

Yuki Takei 2 년 전
부모
커밋
049b3fd56d
1개의 변경된 파일0개의 추가작업 그리고 2개의 파일을 삭제
  1. 0 2
      apps/app/src/styles/_editor.scss

+ 0 - 2
apps/app/src/styles/_editor.scss

@@ -8,7 +8,6 @@
   overflow: hidden !important;
 
   .page-wrapper {
-    top: 0;
     height: 100vh;
   }
 
@@ -27,7 +26,6 @@
    * Expand Editor
    *****************/
   .dynamic-layout-root {
-    left: var.$grw-sidebar-nav-width;
     width: calc(100vw - var.$grw-sidebar-nav-width);
     height: 100vh;
   }