diff --git a/src/material/core/style/_menu-common.scss b/src/material/core/style/_menu-common.scss index adbc407a9386..58ce104ce9d0 100644 --- a/src/material/core/style/_menu-common.scss +++ b/src/material/core/style/_menu-common.scss @@ -74,6 +74,7 @@ $icon-margin: 16px !default; // Invert the arrow direction. polygon { transform: scaleX(-1); + transform-origin: center; } }