diff --git a/src/drop-down-menu.jsx b/src/drop-down-menu.jsx index 98c21ca9deda93..3dc61a340c20db 100644 --- a/src/drop-down-menu.jsx +++ b/src/drop-down-menu.jsx @@ -86,7 +86,7 @@ let DropDownMenu = React.createClass({ transition: Transitions.easeOut(), position: 'relative', display: 'inline-block', - height: this.getSpacing().desktopToolbarHeight, + height: this.getSpacing().desktopSubheaderHeight, fontSize: this.getSpacing().desktopDropDownMenuFontSize, outline:'none', },