rio-labs / rio

WebApps in pure Python. No JavaScript, HTML and CSS needed
https://rio.dev
Apache License 2.0
1.51k stars 46 forks source link

Overlays May Take Up Space in the Parent #124

Open Sn3llius opened 3 months ago

Sn3llius commented 3 months ago

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.

mad-moo commented 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.

mad-moo commented 3 months ago

Other components also have related problems