[Webkit-unassigned] [Bug 137043] REGRESSION (iOS 8): Scrollbar can't be hidden when webkit-overflow-scrolling is set to touch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Sep 6 06:52:10 PDT 2017


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

Cyril Lamotte <clamotte at jouve.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |clamotte at jouve.com

--- Comment #3 from Cyril Lamotte <clamotte at jouve.com> ---
Custom scrollbar does not work with :webkit-overflow-scrolling: touch;


```
.init-natural-slider {
  -webkit-overflow-scrolling: touch;

}


.init-natural-slider::-webkit-scrollbar-track {
        background-color: rgba(255, 255, 255, 0.5);
        border-radius: 3px;
      }

```

Did you plan to fix this ?

-- 
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/20170906/7e565ce0/attachment.html>


More information about the webkit-unassigned mailing list