day8 / re-frame-10x

A debugging dashboard for re-frame. X-ray vision as tooling.
MIT License
634 stars 68 forks source link

Bug: traces table clipped at the bottom #68

Closed daiyi closed 7 years ago

daiyi commented 7 years ago

Previously, the last couple traces would be past the scrollable portion of the traces table. This PR fixes that, now you can see all the traces!

(to see CSS changes, you currently have to save the styles.cljs file to trigger figwheel to reinject the new CSS)

before: (note how there are three traces past where you can scroll, and the bottom of the scrollbar is cut off too) bug: can't see the last three traces

after: bug fix the entire traces table is now showing

danielcompton commented 7 years ago

Awesome!