That had to be accidental. I see in defaults.css that List has a Viewport rather than ScrollingViewport. Just change that and lists should default to scrolling.
Need to watch the DataGrid because its lists should not scroll - they just grow and the enclosing container scrolls them all together. ‹peter On 6/5/17, 3:01 AM, "Harbs" <harbs.li...@gmail.com> wrote: >It looks like List defaults to overflow: hidden while it used to allow >scrolling by default. > >Was this an intentional change?