Folder View: fix scrollbar overlapping list view items
This view has a DIY scrollview implementation with manually-attached scrollbars, which means it becomes responsible for making the content dodge the scrollbars. Before, the list representation didn't; now, it does.
BUG: 465980 FIXED-IN: 5.27.2
Before | After |
---|---|
No change for grid views or non-scrollable list views.