Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | layout, render: fix positioning of absolute flex item descendants | bptato | 2025-04-10 | 1 | -0/+12 |
| | | | | | | | | Always placing boxes relative to their parent *seems* prettier, but the implementation was broken and I can't come up with a sane working one. So we're back to just special casing position: absolute in render. Sad, but at least it works. (I think it's also a bit more efficient.) | ||||
* | layout: always treat flex items as positioned boxes | bptato | 2025-04-07 | 1 | -0/+5 |
it still isn't really correct, they aren't supposed to behave as absolute positioning containers... |