在项目app/Admin/bootstrap.php中进行设置:
Editor::resolving(function (Editor $editor) {
$editor->options(
[
'toolbar_sticky' => true,
'toolbar_sticky_offset' => 60,
]
);
});在项目app/Admin/bootstrap.php中进行设置:
Editor::resolving(function (Editor $editor) {
$editor->options(
[
'toolbar_sticky' => true,
'toolbar_sticky_offset' => 60,
]
);
});