File tree Expand file tree Collapse file tree
src/components/Projects/WBS/WBSDetail Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -170,6 +170,8 @@ function EditTaskModal(props) {
170170 autoresize_bottom_margin : 1 ,
171171 skin : darkMode ? 'oxide-dark' : 'oxide' ,
172172 content_css : darkMode ? 'dark' : 'default' ,
173+ fixed_toolbar_container : '.modal-body' ,
174+ ui_container : '.modal-content' ,
173175 } ;
174176 /*
175177 * -------------------------------- functions --------------------------------
Original file line number Diff line number Diff line change 3535 z-index : -50 ;
3636 opacity : 0.1 ;
3737}
38+
39+ : global (.tox-tinymce-aux ) {
40+ z-index : 1000 !important ;
41+ position : absolute !important ;
42+ pointer-events : none !important ;
43+ height : 0px !important ;
44+ overflow : visible !important ;
45+ }
46+
47+ : global (.tox-tinymce-aux .tox-pop ),
48+ : global (.tox-tinymce-aux .tox-menu ),
49+ : global (.tox-tinymce-aux .tox-toolbar__overflow ),
50+ : global (.tox-tinymce-aux .tox-tooltip ) {
51+ pointer-events : auto !important ;
52+ z-index : 1060 !important ;
53+ }
54+
3855.load {
3956 position : relative;
4057}
You can’t perform that action at this time.
0 commit comments