[Webkit-unassigned] [Bug 241104] Spacing after some posts is too large on Dead by Daylight forums

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue May 31 11:36:22 PDT 2022


https://bugs.webkit.org/show_bug.cgi?id=241104

--- Comment #3 from zalan <zalan at apple.com> ---
Normally "height: -webkit-fill-available" stretches the block box to the height of the containing block (in a simple one child only case). Here the containing block's height in not definite meaning that it depends on the descendant content, while the child box says "stretch me all the way" (a bit of a circular dependency). It looks like we pick the viewport height as the base for such stretching to resolve this circular dependency.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20220531/520926a5/attachment.htm>


More information about the webkit-unassigned mailing list