diff options
author | bptato <nincsnevem662@gmail.com> | 2025-05-17 20:53:46 +0200 |
---|---|---|
committer | bptato <nincsnevem662@gmail.com> | 2025-05-17 20:53:46 +0200 |
commit | 1be4f6a0239a334182a6989d1e5389935eecb5ae (patch) | |
tree | ddda78ae3f10ce0e0f706ce11d9e4cd56b4b7d39 | |
parent | a7c3c7955f18b17dede0e77e41349113d928a066 (diff) | |
download | chawan-1be4f6a0239a334182a6989d1e5389935eecb5ae.tar.gz |
layout: remove obsolete todo
-rw-r--r-- | src/css/layout.nim | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/css/layout.nim b/src/css/layout.nim index eb17e0da..90344389 100644 --- a/src/css/layout.nim +++ b/src/css/layout.nim @@ -1510,7 +1510,6 @@ proc layoutRootBlock(lctx: LayoutContext; box: BlockBox; offset: Offset; box.state.offset = offset # For some reason beyond mortal comprehension, flex items always # behave as positioned boxes. - #TODO but *not* absolute positioning containers... let positioned = flexItem and not box.computed{"z-index"}.auto or box.computed{"position"} != PositionStatic if positioned: |