outpostHQ/numl

Bug: Popup listbox (Scroll)

Opened this issue · 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.

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