My problem involves two canvases housed within a single <div>
. Despite their different heights, they are currently aligned at the bottom.
+-------+
+ +
+-------+ + +
+ + + +
+-------+ +-------+
Is there a way to make them appear like this instead?
+-------+ +-------+
+ + + +
+-------+ + +
+ +
+-------+
I have considered equalizing their heights, but this would only create excess space between the canvases when displayed vertically on a narrow screen.