mongodb-labs / edda

A log visualizer for MongoDB - This Repository is NOT a supported MongoDB product
232 stars 28 forks source link

Fix scrolling problem. #55

Closed kaushal closed 12 years ago

kaushal commented 12 years ago

Currently if you scroll down, that for some reason messes up the mouseover precision. All of the mouse detection now happens as many pixels under where it should as are hidden by the scrolling.

Kristina, you probably can't see this because of the resolution on your monitor and the fact that the entire page is displaying.

A simple fix for this release can be to delete spaces and make everything fit on one page, but I believe that this problem will persist with lower resolutions. I am going to see how we can detect and fix for the new offset.