João Carlos Cabral
João Carlos Cabral
Simple: modal = new Messi(...); setTimeout(function() {modal.resize();}, 50);
Hey! It's very simple... Just put this line after new Messi... $('.messi-content').css("overflow", "auto");
$('.messi-content').css("overflow", "auto"); :)
Im sorry. I said "before", but is after!
Can you show me your project running? I can check the code with chrome debug tool. Sendo me a private message
> I think that prefixing `script.name` with `__PATH_PREFIX__` in > > ```js > `/${script.name}` === headComponent.props.href && > ``` > > and in > > ```js > return pageScripts.find((script): boolean...