You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm experiencing an issue where pages are not correctly accounting for the content height. This is causing some content to be hidden due to overflow, and it's also delaying the creation of new pages if I continue to type after it's overflowing.
I'm using some customer styles applied via a css file, but even after removing custom styles, the issue persists but to a much lesser extent.
Issue
Content overflows instead of triggering a new page.
Some content is hidden rather than flowing onto the next page.
I'm not sure if this is a usage issue or a bug in the library. If there are any configuration options that might affect this behavior, I'd appreciate any guidance on how to resolve it.
Example, there is roughly 300px of content hidden by the page body. The pink background is to help see the different elements to help understand the break point.
This can sometimes happen at the top of the page, not the bottom, but I'm not sure what triggered this.
The text was updated successfully, but these errors were encountered:
Description
I'm experiencing an issue where pages are not correctly accounting for the content height. This is causing some content to be hidden due to overflow, and it's also delaying the creation of new pages if I continue to type after it's overflowing.
I'm using some customer styles applied via a css file, but even after removing custom styles, the issue persists but to a much lesser extent.
Issue
I'm not sure if this is a usage issue or a bug in the library. If there are any configuration options that might affect this behavior, I'd appreciate any guidance on how to resolve it.
Example, there is roughly 300px of content hidden by the page body. The pink background is to help see the different elements to help understand the break point.
This can sometimes happen at the top of the page, not the bottom, but I'm not sure what triggered this.
The text was updated successfully, but these errors were encountered: