Sometimes the "center" property doesn't work
By default, i'm using property "center: true". sometimes it doesn't work and it happens:

Has a work around solution for this? Thanks
Simple: modal = new Messi(...); setTimeout(function() {modal.resize();}, 50);
But how do you make the contents inside the messi window scroll?
Hey! It's very simple... Just put this line after new Messi...
$('.messi-content').css("overflow", "auto");
Can you verify that this behavior is happening in the latest version of Chrome (currently 34.0). Also can you verify that it's failing with my version?
https://github.com/MessiJS/MessiJS/ (https://github.com/MessiJS/MessiJS/issues/27)
If you can provide the contents of your div.messi-content and the options you used for new Messi(...), I can try to fix it in my repo. I've attempted to duplicate this, with no success.
You shouldn't need to specify {center: true}, that's the default.