mirror of
https://github.com/knadh/listmonk.git
synced 2025-02-25 14:55:18 +08:00
Fix TinyMce campaign editor toolbar to the top on scroll. Closes #549.
This commit is contained in:
parent
b290d271c0
commit
f39ee4e783
2 changed files with 6 additions and 1 deletions
|
@ -230,6 +230,11 @@ body.is-noscroll {
|
|||
.tox .tox-statusbar {
|
||||
border: 0;
|
||||
}
|
||||
|
||||
.tox-tinymce--toolbar-sticky-on .tox-editor-header {
|
||||
padding-top: 48px !important;
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
|
||||
|
|
|
@ -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: [
|
||||
|
|
Loading…
Reference in a new issue