Change block position to absolute or fixed and move it with offset in Ghost Kit and Core blocks.

Enable in 3rd-party blocks:
<?php registerBlockType( 'my/block', { title: 'My block', ghostkit: { supports: { position: true, }, }, ... } );
Change block position to absolute or fixed and move it with offset in Ghost Kit and Core blocks.
<?php registerBlockType( 'my/block', { title: 'My block', ghostkit: { supports: { position: true, }, }, ... } );