Results 4 comments of Randy Westlund

+1 thanks @ChiragMoradiya, your fork is working for me as well. Hopefully you can find time for that pull request :)

I've read both of those links, but I'm not clear on exactly how I should be implementing multiple scrolling regions with the `app-layout` toolkit, or even whether _any_ browsers support...

This just bit me as well. Needing to call `resetLayout()` manually was not expected behavior. At the very least, there should be a note about this in the documentation.

I ran in to this exact behavior as well. The culprit for me was having this style in the child elements in my list: ```css :host { display: block; }...