소스 검색

Fix TinyMce campaign editor toolbar to the top on scroll. Closes #549.

Kailash Nadh 3 년 전
부모
커밋
f39ee4e783
2개의 변경된 파일6개의 추가작업 그리고 1개의 파일을 삭제
  1. 5 0
      frontend/src/assets/style.scss
  2. 1 1
      frontend/src/components/Editor.vue

+ 5 - 0
frontend/src/assets/style.scss

@@ -230,6 +230,11 @@ body.is-noscroll {
   .tox .tox-statusbar {
     border: 0;
   }
+
+  .tox-tinymce--toolbar-sticky-on .tox-editor-header {
+    padding-top: 48px !important;
+  }
+
 }
 
 

+ 1 - 1
frontend/src/components/Editor.vue

@@ -60,7 +60,6 @@
           </footer>
         </div>
       </b-modal>
-
     </template>
 
     <!-- raw html editor //-->
@@ -211,6 +210,7 @@ export default {
         },
 
         min_height: 500,
+        toolbar_sticky: true,
         entity_encoding: 'raw',
         convert_urls: true,
         plugins: [