day8 / re-frame-10x

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

Vertical scrolling issues with app-db, subs and trace panels #262

Closed Gregg8 closed 3 years ago

Gregg8 commented 4 years ago

When vertical scrollbars are present in the above mentioned panels, a section of the end of the lists is truncated.

I note that the bottom of the scrollbar is not rounded (in other words, it is truncated as well), therefore conclude the problem is with the height of the div containing the list (it's too large).

Gregg8 commented 3 years ago

Fixed by e02f4604