Closed daiyi closed 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)
styles.cljs
before: (note how there are three traces past where you can scroll, and the bottom of the scrollbar is cut off too)
after:
Awesome!
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)
after: