Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upScrollable overflow calculation should take into account containing block #25564
Labels
Comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The containing block is necessary in order to properly convert from logical geometry to physical geometry. This is currently tricky because we don't necessarily have the containing block when calculating scrollable overflow. On the other hand, it isn't clear if that is necessary since only the containing block size is used in layout 2014.