UI: Fixed full screen mode in tinymce editor
This commit is contained in:
parent
b72628ccf9
commit
c9a4a07e98
@ -47,10 +47,10 @@ export class EditorPanelComponent implements OnInit {
|
||||
tinyMceOptions: Partial<EditorOptions> = {
|
||||
base_url: '/assets/tinymce',
|
||||
suffix: '.min',
|
||||
plugins: ['link', 'table', 'image', 'imagetools', 'lists'],
|
||||
plugins: ['link', 'table', 'image', 'imagetools', 'lists', 'fullscreen'],
|
||||
menubar: 'edit insert view format',
|
||||
toolbar: ['fontfamily fontsize | bold italic underline strikethrough forecolor backcolor',
|
||||
'alignleft aligncenter alignright alignjustify | bullist | link table image'],
|
||||
'alignleft aligncenter alignright alignjustify | bullist | link table image | fullscreen'],
|
||||
toolbar_mode: 'sliding',
|
||||
height: 400,
|
||||
autofocus: false,
|
||||
|
||||
@ -1292,6 +1292,12 @@ pre.tb-highlight {
|
||||
background: rgba(0, 0, 0, 0.06);
|
||||
}
|
||||
}
|
||||
|
||||
&.tox-fullscreen {
|
||||
mat-sidenav.tb-site-sidenav {
|
||||
z-index: 1;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
/***************
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user