Skip to content

Commit d744a40

Browse files
committed
Fix TinyMCE dark color
1 parent 7a4f44c commit d744a40

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

resources/views/tinymce5.blade.php

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,8 @@
4141
default : 'https://cdn.jsdelivr.net/gh/RobiNN1/elFinder-Material-Theme/manifests/material-gray.json',
4242
dark : 'https://cdn.jsdelivr.net/gh/RobiNN1/elFinder-Material-Theme/manifests/material-default.json',
4343
},
44-
theme: theme
44+
theme: theme,
45+
height: $(window).height()
4546
},
4647
function(fm, extraObj) {
4748
fm.bind('open', function() {
@@ -62,7 +63,7 @@ function setElFinderColorMode() {
6263
});
6364
</script>
6465
</head>
65-
<body>
66+
<body style="margin:0;top:0;left:0;bottom:0;width:100%;height:100%;">
6667
6768
<!-- Element where elFinder will be created (REQUIRED) -->
6869
<div id="elfinder"></div>

0 commit comments

Comments
 (0)