[Webkit-unassigned] [Bug 260219] [results.webkit.org] Unable to click and drag horizontal scrollbar on results/dots pane.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sun Aug 20 18:30:34 PDT 2023


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

Karl Dubost <karlcow at apple.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |karlcow at apple.com

--- Comment #4 from Karl Dubost <karlcow at apple.com> ---
The scrollbar is defined by 

```
<div 
   ref="54ecec5b-8539-43b3-8e4c-c586bdf128f8" 
   style="width: 1px; 
          height: 17px; 
          border: 1px solid var(--inverseColor); 
          left: 1354.9375px; 
          top: 1124.609375px; 
          display: none;
          position:abosulte;">
</div>
```

Removing the "position: absolute" makes it work.

-- 
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/20230821/2aac39c9/attachment.htm>


More information about the webkit-unassigned mailing list