day8 / re-frame-10x

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

Changed to overflow auto to hide scrolling bar automatically #260

Closed marianafantini closed 4 years ago

marianafantini commented 4 years ago

Thanks for merging #259 ! I've just noticed that by adding the overflow css there I added a scrolling bar even when there is no overflow, sorry about that. So I've just changed this one line to avoid it: now the scroll bar will appear only when scrolling is needed

superstructor commented 4 years ago

All good :smile: Thanks for the fix @marianafantini ! :+1: