Closed
Bug 1469733
Opened 7 years ago
Closed 6 years ago
Fix scrolling glitch on Safari
Categories
(bugzilla.mozilla.org :: User Interface, defect)
Tracking
()
RESOLVED
FIXED
People
(Reporter: kohei, Assigned: kohei)
References
Details
Attachments
(1 file)
+++ This bug was initially created as a clone of Bug #1429781 +++
On desktop Safari, scroll isn't smooth when the window is getting focus. Also, both on desktop and iOS, the page shouldn't have a bounce effect because it's not a scroll container.
Solution:
Add `will-change:transform` to `<main>`
Add `overflow: hidden` to `<body>`
Assignee | ||
Comment 1•6 years ago
|
||
Assignee | ||
Comment 2•6 years ago
|
||
Merged to master.
Status: ASSIGNED → RESOLVED
Closed: 6 years ago
Resolution: --- → FIXED
Assignee | ||
Updated•6 years ago
|
Assignee | ||
Updated•6 years ago
|
Type: enhancement → defect
Assignee | ||
Updated•6 years ago
|
Assignee | ||
Updated•6 years ago
|
You need to log in
before you can comment on or make changes to this bug.
Description
•