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

Commit

Permalink
Improve compatibility with core-popup-menu
Browse files Browse the repository at this point in the history
  • Loading branch information
sorvell committed Sep 10, 2014
1 parent da063de commit 21e07fc
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions core-overlay.html
Original file line number Diff line number Diff line change
Expand Up @@ -333,6 +333,8 @@ <h2>Dialog</h2>
};
if (!transition) {
this.target.style.outline = 'none';
// TODO(sorvell): needed for bc for now.
this.target.style.position = this.targetStyle.position;
}
this.target.style.display = 'none';
},
Expand Down

0 comments on commit 21e07fc

Please sign in to comment.