RESOLVED WONTFIX 79257
[chromium] Allow fixed-position layers to be scrolled independently
https://bugs.webkit.org/show_bug.cgi?id=79257
Summary [chromium] Allow fixed-position layers to be scrolled independently
Iain Merrick
Reported 2012-02-22 10:38:04 PST
In Chrome for Android we have been trying out different ways to handle large fixed-position elements on small screens. One thing we'd like to do is allow the user to scroll a fixed element by dragging. We had implemented this by flagging all fixed elements as overflow:scroll, but that breaks a lot of other behavior, so we need a cleaner solution.
Attachments
Note You need to log in before you can comment on or make changes to this bug.