Noticed that the dropdown portion of the nav element doesn’t quite align properly with the toggle unless it is at 100%. Am I missing something. Video in note below.
I see what you mean. It’s because the container goes full width. For now, try adding this CSS to any element that uses a dropdown. We’ll look into what could be possible for a more official solution.
$el.x-mod-container {
display: inline-flex;
}