Hey guys, got a mega menu dropdown question. The dropdown element seem to be dynamically positioning itself with with the inset property based on its proximity to the edge of the screen (left to right).
Because I have this pill-shaped navigation bar, it is just goofy the way the dropdown displays on larger screens– it is offset to the right and visually “leaves” the boundary of the right edge of the pill.
I get that this is a feature, not a bug but… In this case, I simply do not need it to behave this way. It can and should always simply anchor itself such that the right most edge of the dropdown is always aligned to the right most edge of the toggle (“My Account”). That way it always drops down within the boundary pop the pill navigation.
Hope that makes sense. Can anyone offer any help about fixing this issue for this use case?
Thanks!