numl icon indicating copy to clipboard operation
numl copied to clipboard

Bug: Popup listbox (Scroll)

Open shubham-kaushal opened this issue 4 years ago • 1 comments

Overflow doesn't work for native scrollbars in the same container.

The proposed solution to fix it from @tenphi Create one more container. So, the first container will be overflow: hidden, and the second inside will have a scrollbar.

shubham-kaushal avatar Dec 25 '20 06:12 shubham-kaushal

It's not a bug. It's how browsers work these days. But we can apply CSS solution for this guy: https://stackoverflow.com/a/59666331/1480384

tenphi avatar Jan 11 '21 05:01 tenphi