Fixed Toolbar Area
You can fix the toolbar to the external scroll and use it in sticky mode.
When editor.mode.sticky is set to true, the toolbar area is fixed to the external scroll in the editor. (default: false)
// synapeditor.config.js
{
'editor.mode.sticky': false
}