diff --git a/demo/index.html b/demo/index.html
index b0467fe..4f81b6e 100644
--- a/demo/index.html
+++ b/demo/index.html
@@ -148,6 +148,25 @@
Alternate Button
+
+
+
Alternate Button with visible content
+
+
+
+
+ Dinosaurs
+
+
+
+ [[dinosaur]]
+
+
+
+
+
+
+
Alternate Content
diff --git a/paper-menu-button.html b/paper-menu-button.html
index 19a7ab8..ba90cdc 100644
--- a/paper-menu-button.html
+++ b/paper-menu-button.html
@@ -91,6 +91,14 @@
margin-top: 20px;
}
+ :host([vertical-align="top"][show-content]) paper-material {
+ margin-top: 43px;
+ }
+
+ :host([vertical-align="bottom"][show-content]) paper-material {
+ margin-bottom: 43px;
+ }
+
iron-dropdown {
@apply(--paper-menu-button-dropdown);
}
@@ -110,6 +118,7 @@