The current position of the menu has a set pixel amount: https://github.com/dequelabs/pattern-library/blob/d02a4979eafbc35e3ffdb1505dc25b38fab6861f/lib/components/option-menus/style.less#L27 If you have a differently sized trigger, this can cause the menu to be offset by an amount that doesn't match the trigger.  We should just be able to use `top: 100%` to achieve the exact same result.
The current position of the menu has a set pixel amount:
pattern-library/lib/components/option-menus/style.less
Line 27 in d02a497
If you have a differently sized trigger, this can cause the menu to be offset by an amount that doesn't match the trigger.
We should just be able to use
top: 100%to achieve the exact same result.