DescriptionInvalid height of column flex children with overflow: scroll
Children of flexbox with flex-direction: column/column-reverse
shrinked their height after applying the overflow: scroll
style. Children shows an incorrect height. The difference
in height coming is equal to scrollbarLogicalHeight.
This bug is occuring because we are not taking into
account the scrollbar height while computing the
mainAxisExtentForChild. This patch fixes this bug
by adding scrollbarLogicalHeight while calculating
mainAxisExtentForChild.
BUG=364977
Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=179095
Patch Set 1 #Patch Set 2 : #
Messages
Total messages: 10 (0 generated)
|