forked from joejulian/gio
78235baaa5
This change ensures that the scrollbar anchors to the proper edge of the content even when the list was drawn with a zero minimum constraint. Without this, the layout.Direction used to anchor the scrollbar will choose to use the minimum size and anchor it to the opposite edge of the content. Signed-off-by: Chris Waldon <christopher.waldon.dev@gmail.com>