We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7a4f44c commit d744a40Copy full SHA for d744a40
resources/views/tinymce5.blade.php
@@ -41,7 +41,8 @@
41
default : 'https://cdn.jsdelivr.net/gh/RobiNN1/elFinder-Material-Theme/manifests/material-gray.json',
42
dark : 'https://cdn.jsdelivr.net/gh/RobiNN1/elFinder-Material-Theme/manifests/material-default.json',
43
},
44
- theme: theme
+ theme: theme,
45
+ height: $(window).height()
46
47
function(fm, extraObj) {
48
fm.bind('open', function() {
@@ -62,7 +63,7 @@ function setElFinderColorMode() {
62
63
});
64
</script>
65
</head>
-<body>
66
+<body style="margin:0;top:0;left:0;bottom:0;width:100%;height:100%;">
67
68
<!-- Element where elFinder will be created (REQUIRED) -->
69
<div id="elfinder"></div>
0 commit comments