[Webkit-unassigned] [Bug 167335] Implement scrollbar-gutter

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Apr 15 01:25:16 PDT 2022


https://bugs.webkit.org/show_bug.cgi?id=167335

--- Comment #6 from Jan Nicklas <j.nicklas at me.com> ---
Adding scrollbar-gutters for Safari would help us developers a lot.

A very common usecase which would benefit from scrollbar-gutters are modal dialogs & drawers. (e.g.: mobile burger menus, newsletter registration dialogs, ...)

Most of the time the requirement is to disable the body/window scrolling while a dialog or drawer is active. This can be done with overflow:hidden however this will always cause the entire page to jump/flicker as the width for the entire viewport changes.

I attached a video which shows this behaviour for Safari (jumping) vs Chrome (no jumping thanks to scrollbar-gutters)

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20220415/28e3092d/attachment.htm>


More information about the webkit-unassigned mailing list