webxdc / timetracking-webxdc

WIP xdc app for time tracking
GNU General Public License v3.0
5 stars 0 forks source link

iOS: disable bounce scrolling where not appropriate #17

Closed Simon-Laux closed 1 year ago

Simon-Laux commented 1 year ago

on iOS you can bounce scroll the whole page, which also moves the tab bar and everything. we should deny that and only allow bounce scrolling on areas that are actually scrollable

r10s commented 1 year ago

for the calendar, we just added overscroll-behavior: none to css, that seems to be good enough meanwhile, cmp https://codeberg.org/webxdc/calendar/commit/60375dd1f6665aaad4c9dc4bcd24036e3cdbe315 (me trying to work partly with codeberg :)