From 3a4744dec179d0845cd9a3c306a6318dd609f4bd Mon Sep 17 00:00:00 2001 From: Kevin Serrano Date: Wed, 27 Jul 2016 15:31:30 +0900 Subject: [PATCH 1/2] Fix menu droppo issues caused by Chrome 52. --- ui/app/app.js | 1 + ui/app/css/index.css | 1 + 2 files changed, 2 insertions(+) diff --git a/ui/app/app.js b/ui/app/app.js index a11d679f1..df5350f67 100644 --- a/ui/app/app.js +++ b/ui/app/app.js @@ -203,6 +203,7 @@ App.prototype.renderNetworkDropdown = function () { style: { position: 'absolute', left: 0, + top: '36px', }, innerStyle: { background: 'white', diff --git a/ui/app/css/index.css b/ui/app/css/index.css index 36430b5eb..77bf7bf97 100644 --- a/ui/app/css/index.css +++ b/ui/app/css/index.css @@ -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; From f8f8e78c55d3dd6b4d8b0c889c60e07ad103ae96 Mon Sep 17 00:00:00 2001 From: Kevin Serrano Date: Wed, 27 Jul 2016 15:34:12 +0900 Subject: [PATCH 2/2] Changelog add. --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5900b2b7a..b2dadcc84 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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