Results 23 comments of Noel Delgado

Sorry, I cannot check the debug mode, it says "This debug view expired". However I can see it's working on your fork, so, dunno.

Since gemini will move all nodes into a different element the initial scroll position will be lost. A workaround is to call the logic to scroll to the anchor after...

@richvdh can you please review this? I am asking to make sure this change does not break something on your side. I just checked and can confirm that on this...

Thank you @richvdh, I’ve been thinking this for a while today and this is what I’m planning to do: - Keep `v1.x.x` on a new branch (`v1` for instance) for...

Thanks for the detailed report! It might be related to the library updating the DOM structure at runtime. To prevent this, would it work for you to provide the required...

Sorry, I don't follow. `createElements` is not optional on this wrapper. Can you share more information? Also, what's the use case of not setting width/height when you are trying to...

Hi @sli, does your MUI grids have a `height` or `max-height` properties specified? If not, does setting a explicit height to your `chat-scrollbar` elements will work for your design?

@sli, let me understand better, how do you plan on having vertical scrollbars without setting an explicit height to its container?

Hi, can someone provide a small test case please (http://jsfiddle.net, http://jsbin.com/, http://codepen.io/, etc). Or if not possible, provide a link to a live version of your application? Also specify your...

Hi, can you explain a bit more about the problem you are having? http://requirebin.com/ can be a good option to setup a small prototype, that would let me understand better....