cryptoGlance / cryptoGlance-web-app

Self-hosted, PHP-based frontend interface for cgminer, MPOS pools, and other APIs, all in one responsive UI.
http://cryptoglance.github.io/cryptoGlance-web-app/
Other
67 stars 53 forks source link

Grid layout borked on refresh #37

Closed scar45 closed 10 years ago

scar45 commented 10 years ago

The call to initMasonry() is seemingly not being run after a page refresh:

\ Also appears that the Rig Panel is not respecting the max width (possibly due to new implementations in the table scroll?) **

image

snypelife commented 10 years ago

hmmm all i added for table scrolling was -webkit-overflow-scrolling: touch; for momentum scrolling.

Shouldn't affect width. are there any JS errors that get thrown @scar45?