scottohara / tvmanager

PWA for tracking recorded, watched & upcoming TV shows
MIT License
3 stars 0 forks source link

Incorrect viewport height/width in Chrome DevTools device emulation mode #102

Open scottohara opened 2 years ago

scottohara commented 2 years ago

CRBug search category: component:Platform>DevTools>Mobile

  1. Open site in Chrome & open DevTools
  2. Enable iPhone X emulation mode
  3. All pages (e.g. Schedule) have horizontal/vertical scrollbars when they shouldn't.

Not an issue when running in Chrome without emulation; nor is it an issue on actual iPhone.

scottohara commented 1 year ago

It might be worth setting overscroll-behaviour: contain or overscroll-behaviour: none on the body or the scrolling list?