Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Scrolling the content of messi window #46

Open
perthsystem opened this issue Mar 28, 2014 · 7 comments
Open

Scrolling the content of messi window #46

perthsystem opened this issue Mar 28, 2014 · 7 comments

Comments

@perthsystem
Copy link

I use load.messi to display a html file but if I specify 'height:' for the window the content is cut-off at the bottom, so I have to make it 'height: auto' and that throws my whole page out.
Scrolling the contents would be a nice addition :)

@joaocarloscabral
Copy link

$('.messi-content').css("overflow", "auto");

:)

@perthsystem
Copy link
Author

Doesn't work :(
This is what I have:
$('.messi-content').css('overflow', 'auto');
Messi.load('songlist.php', {title: 'Music List', titleClass: 'anim info', height: '200px', width: '300px', modal: true, padding: '0px'});

@joaocarloscabral
Copy link

Im sorry. I said "before", but is after!

@perthsystem
Copy link
Author

Before or after, still not working.

@joaocarloscabral
Copy link

Can you show me your project running? I can check the code with chrome debug tool. Sendo me a private message

@perthsystem
Copy link
Author

What is your email address?

@joaocarloscabral
Copy link

contato@skanking.com.br

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants