Skip to content
This repository was archived by the owner on Mar 13, 2018. It is now read-only.

Commit 86596d3

Browse files
author
Yvonne Yip
committed
polymer-ui-menu-button: fix positioning
1 parent 6dac5f3 commit 86596d3

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

polymer-ui-menu-button/polymer-ui-menu-button.css

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,13 +10,17 @@
1010

1111
#overlay {
1212
position: absolute;
13+
left: 0;
14+
top: 42px;
1315
}
1416

1517
#overlay[halign=right] {
18+
left: auto;
1619
right: 10px;
1720
}
1821

1922
#overlay[valign=top] {
23+
top: auto;
2024
bottom: 48px;
2125
}
2226

0 commit comments

Comments
 (0)