Updates all the Gutenberg packages, possibly fixing #228 an #225.
This in turns requires special handling of the experimental layout component.
Also, a 'fix' has been added for the floating toolbar caused by https://github.com/WordPress/gutenberg/pull/49634. Unfortunately this is a best attempt fix, and now the format toolbar is attached to the top of editor and will scroll out of view if the editor is too big. Previously it would stick to the top of the editor and always be visible. A change in Gutenberg is required in order to improve this.
Updates all the Gutenberg packages, possibly fixing #228 an #225.
This in turns requires special handling of the experimental layout component.
Also, a 'fix' has been added for the floating toolbar caused by https://github.com/WordPress/gutenberg/pull/49634. Unfortunately this is a best attempt fix, and now the format toolbar is attached to the top of editor and will scroll out of view if the editor is too big. Previously it would stick to the top of the editor and always be visible. A change in Gutenberg is required in order to improve this.
Fixes #229