Open bertrandbuild opened 8 years ago
When accessing to the dashboard on iOS the the scroll is "hard".
Should be solved with :
overflow-y: scroll; /* has to be scroll, not auto */ -webkit-overflow-scrolling: touch;
src
Thanks for reporting @Palisanka. We plan to do some work on the Home screen soon, so I'm pinging @m4dz ;-)
When accessing to the dashboard on iOS the the scroll is "hard".
Should be solved with :
src