소스 검색

hide scrollbar when editing

Yuki Takei 5 년 전
부모
커밋
949e961c0b
1개의 변경된 파일2개의 추가작업 그리고 0개의 파일을 삭제
  1. 2 0
      src/client/styles/scss/_on-edit.scss

+ 2 - 0
src/client/styles/scss/_on-edit.scss

@@ -9,6 +9,8 @@ body:not(.on-edit) {
 }
 }
 
 
 body.on-edit {
 body.on-edit {
+  overflow-y: hidden !important;
+
   // calculate margin
   // calculate margin
   $editor-header-plus-footer: 42px // .nav-tabs height
   $editor-header-plus-footer: 42px // .nav-tabs height
     + 1px //                          .page-editor-footer border-top
     + 1px //                          .page-editor-footer border-top