Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix experimental layout toolbar #230

Merged
merged 6 commits into from
Jul 17, 2023
Merged

Conversation

johngodley
Copy link
Member

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 WordPress/gutenberg#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

The new toolbar doesn’t work well when the editor is less than full screen, so add a basic style to fix it in place otherwise it floats away.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

WP 6.3 compatibility: __experimentaluseLayoutClasses is not a function
1 participant