Designing with Canvas Mode in ContentBox.js
Ensuring a consistent canvas height is important to maintain design layout consistency across various device screen heights, particularly for smaller screens. You can lock the canvas height at any breakpoint when necessary.
Without locking height (on a mini tablet)
Inconsistent layout (blocks can overlap)
With locking height (on a mini tablet)
Consistent layout