Mobile Scrolling
una opened this issue · 1 comments
techtolentino commented
I think this might be able to be fixed by allowing overflow:
// index.styl, line 320
.code
flex 1
margin 10px
flex-basis 400px
overflow: auto // 👈
(I would submit a PR but I couldn't get it to run locally :/ )