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

Rails 3.2.13 app w/ Mercury 0.9.0 not scrolling #383

Open
EngineEar opened this issue May 26, 2013 · 2 comments
Open

Rails 3.2.13 app w/ Mercury 0.9.0 not scrolling #383

EngineEar opened this issue May 26, 2013 · 2 comments

Comments

@EngineEar
Copy link

EngineEar commented May 26, 2013

Hi
I have just installed Mercury 0.9.0 on my Rails 3.2.13 app, and it seems to have disabled scrolling in the entire app; I have reproduced this on Safari 6.0.3, Firefox 17.0.1 and Chrome 27.0.1453.93 on OSX 10.8.3.

I have tried removing visibility:hidden from .mercury-iframe in mercury.css (as advised in #325), and also to change the body{} 'overflow' property to 'scroll' instead of 'hidden' but to no avail.

Any pointers?

UPDATE: I managed to get the scrolling working again by removing the stupid "require_tree ." from application.css; however, the two finger scroll gesture is not working when in the Mercury editor (boo hoo, I know!)...


Want to back this issue? Post a bounty on it! We accept bounties via Bountysource.

@EverybodyKurts
Copy link

I fixed this for myself by simply moving my css files into a subfolder and doing &= require_tree ./subfolder

@yossi-shasho
Copy link

fixed it myself by adding this somewhere in my css file

.mercury-iframe {
    visibility: visible !important;
}

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

3 participants