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 (Messi #46) #25

Closed
kgust opened this issue Apr 2, 2014 · 1 comment
Closed

Scrolling the content of messi window (Messi #46) #25

kgust opened this issue Apr 2, 2014 · 1 comment
Labels
Milestone

Comments

@kgust
Copy link
Member

kgust commented Apr 2, 2014

marcosesperon#46

perthsystem says...
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 :)

@kgust kgust added this to the 2.0.0-beta milestone Apr 2, 2014
@kgust kgust added the bug label Apr 2, 2014
@kgust kgust added enhancement and removed bug labels Apr 10, 2014
@kgust kgust modified the milestones: 2.0.0, 2.0.0-beta Apr 10, 2014
@kgust
Copy link
Member Author

kgust commented Apr 10, 2014

Add the following to your css files:

.messi-content {
    overflow: auto;
}

@kgust kgust closed this as completed Apr 10, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant