You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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!)...
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.
The text was updated successfully, but these errors were encountered: