You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
according to @mcoker: "In react, looks like there is a <div> that wraps the menu toggle that should ideally be removed or set to display: contents. The toggle's positioning relies on being a direct child of the .pf-v5-c-pagination element parent since the layout is controlled via flex."
The text was updated successfully, but these errors were encountered:
It may just be that the dropdown in this pagination component has its menu appended to it using popper in a way that's adding an extra div around the triggering MenuToggle.
Reported by ansible:
according to @mcoker: "In react, looks like there is a
<div>
that wraps the menu toggle that should ideally be removed or set todisplay: contents
. The toggle's positioning relies on being a direct child of the.pf-v5-c-pagination
element parent since the layout is controlled via flex."The text was updated successfully, but these errors were encountered: