Justin Workman
Justin Workman
@Saicheg I am very interested in your 10x boost PR as well 👍
Scratch that, I didn't see that the PR was already merged! So instead let me say thank you for the PR :)
I have more information now on this. The error occurs after upgrading Ember-Table's dependency version in package.json from 2.2.3 to 3.0.1. This broke some functionality in our app, so not...
@mjzefeldt Thanks for the tip, we tried it and confirmed it works! 👍 It's a suitable workaround for us, but I'll leave this ticket open as it's not truly a...
I'd like to figure this out too. My use case is a full-screen app layout, where you scroll individual containers and never the entire page. Here's an example using flexbox...
Thought I solved this but it's not working still. Removed my original comment since it still doesn't add the scrollbars :(
@rwwagner90 Thanks. I finally got it working by adding `height: 100%` to the box that has `overflow: scroll`. For some reason it doesn't work with just ``
@rwwagner90 Absolutely. My case depends on some quirks with how I'm using Semantic-UI's sidebar pusher in my app, but I should be able to put together a more minimal example.
@rwwagner90 I can use some help. I looked at recent PRs for the examples and tried to follow that as a guide. I created a route, linked to it in...
Opened PR #130