Merge pull request #493 from MetaMask/droppo-fix

Droppo fix
This commit is contained in:
Dan Finlay 2016-07-27 01:29:01 -07:00 committed by GitHub
commit 482e15c573
3 changed files with 3 additions and 0 deletions

View File

@ -5,6 +5,7 @@
- Fix bug where web3 would sometimes not be injected in time for the application.
- Fixed bug where sometimes when opening the plugin, it would not fully open until closing and re-opening.
- Got most functionality working within Firefox.
- Fixed menu dropdown bug introduced in Chrome 52.
## 2.7.0 2016-07-21

View File

@ -203,6 +203,7 @@ App.prototype.renderNetworkDropdown = function () {
style: {
position: 'absolute',
left: 0,
top: '36px',
},
innerStyle: {
background: 'white',

View File

@ -151,6 +151,7 @@ textarea.twelve-word-phrase {
.network-name {
position: absolute;
top: 8px;
left: 60px;
width: 5.2em;
line-height: 9px;
text-rendering: geometricPrecision;