Closed paaatrick closed 6 years ago
I created a branch in my fork (https://github.com/paaatrick/ribbon/tree/scrolling-panel-bug) which uses popper.js (via react-popper) to solve the problem. On that branch the same demo looks like this:
If you like the fix I'd be happy to open a PR.
Hi @paaatrick , sorry for the delay but with the GO meeting in Montreal, we didn't had much time. Looks nice, yes please do a PR when you have time and I'll merge it
On the Alliance site we host all of our page sections in horizontal scrollable panels to accommodate narrow viewports (especially on mobile) without having the entire page scroll horizontally. This causes a problem when there is only, say, one row in the associations table and you open the evidence filter. The dropdown of filter options gets clipped by the scrolling panel.
This can be simulated in the demo by wrapping the
RibbonDataProvider
element with a fewdiv
s:The result looks like this: