Index: third_party/polymer/v1_0/components-chromium/paper-menu-button/paper-menu-button.html |
diff --git a/third_party/polymer/v1_0/components-chromium/paper-menu-button/paper-menu-button.html b/third_party/polymer/v1_0/components-chromium/paper-menu-button/paper-menu-button.html |
index ba482353e159229e96f75c5a0b22efe2409e8efc..b14d54e18a1f76a5921a0fa4704609ac5b99940b 100644 |
--- a/third_party/polymer/v1_0/components-chromium/paper-menu-button/paper-menu-button.html |
+++ b/third_party/polymer/v1_0/components-chromium/paper-menu-button/paper-menu-button.html |
@@ -97,7 +97,7 @@ Custom property | Description | Default |
<div id="trigger" on-tap="open"> |
<content select=".dropdown-trigger"></content> |
</div> |
- <iron-dropdown id="dropdown" opened="{{opened}}" horizontal-align="[[horizontalAlign]]" vertical-align="[[verticalAlign]]" open-animation-config="[[openAnimationConfig]]" close-animation-config="[[closeAnimationConfig]]" no-animations="[[noAnimations]]"> |
+ <iron-dropdown id="dropdown" opened="{{opened}}" horizontal-align="[[horizontalAlign]]" vertical-align="[[verticalAlign]]" horizontal-offset="[[horizontalOffset]]" vertical-offset="[[verticalOffset]]" open-animation-config="[[openAnimationConfig]]" close-animation-config="[[closeAnimationConfig]]" no-animations="[[noAnimations]]"> |
<paper-material class="dropdown-content"> |
<content select=".dropdown-content"></content> |
</paper-material> |