I have a dropdown (ul.sub-menu) with items inside (ul.sub-menu > li) that I\'d like to apply jQuery Masonry to, but my dropdown is absolutely positioned. Is there a way to
In your Masonry settings try:
containerStyle: { position: 'absolute' }
See docs on containerStyle
By default, Masonry sets position: relative on the container.
position: relative