BlockCanvas doesn't respect the height property anymore. #65976
Labels
Framework
Issues related to broader framework topics, especially as it relates to javascript
[Status] In Progress
Tracking issues with work in progress
[Type] Bug
An existing feature does not function as intended
Description
When building third-party block editors, you can set the height of the block canvas using the height prop in theory. (See https://wordpress.org/gutenberg-framework/docs/intro)
That said, this doesn't seem to work anymore
There are also other related issues:
Step-by-step reproduction instructions
Create a custom a block editor using the instructions in https://wordpress.org/gutenberg-framework/docs/intro and notice the height is not respected.
Alternatively, you can just use the "box" playground in the Storybook and change the "height" prop and see that it doesn't change anything.
Screenshots, screen recording, code snippet
No response
Environment info
No response
Please confirm that you have searched existing issues in the repo.
Please confirm that you have tested with all plugins deactivated except Gutenberg.
The text was updated successfully, but these errors were encountered: