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
The ::before pseudo element isn't getting the correct CSS class applied on the drops that are missing the arrows. The ones that are working have the following applied to them:
This is definitely something that we need to fix, but haven't had a chance to tackle. If having the arrow is more important than overflow, you could pass constrainToScrollParent: false which will force the Drop element to tether to it's target correctly regardless of whether or not the target is visible in the viewport. Link to jsFiddle.
http://jsfiddle.net/eyu8rw6L/
Middle ones work ok, top and bottom ones do not display their arrows.
The text was updated successfully, but these errors were encountered: