Open Sn3llius opened 3 months ago
This is particularly noticeable when added to Rows/Columns with spacing set. The spacing will appear once before, and once after the Overlay.
Other components also have related problems
Banner
would like to only take up space when it has contentSpacer
s are often used to add additional space inside of a Row/Column. But their mere addition doubles the spacing, which is often more than desired.
There is an issue where overlays take up space in their parents. This behavior can lead to misaligned layouts. Overlays should be positioned in a way that does not affect the layout or dimensions of their parent container.