mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-12-23 09:52:26 +01:00
Fix menu droppo issues caused by Chrome 52.
This commit is contained in:
parent
11dfb8e869
commit
3a4744dec1
@ -203,6 +203,7 @@ App.prototype.renderNetworkDropdown = function () {
|
|||||||
style: {
|
style: {
|
||||||
position: 'absolute',
|
position: 'absolute',
|
||||||
left: 0,
|
left: 0,
|
||||||
|
top: '36px',
|
||||||
},
|
},
|
||||||
innerStyle: {
|
innerStyle: {
|
||||||
background: 'white',
|
background: 'white',
|
||||||
|
@ -151,6 +151,7 @@ textarea.twelve-word-phrase {
|
|||||||
.network-name {
|
.network-name {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
top: 8px;
|
top: 8px;
|
||||||
|
left: 60px;
|
||||||
width: 5.2em;
|
width: 5.2em;
|
||||||
line-height: 9px;
|
line-height: 9px;
|
||||||
text-rendering: geometricPrecision;
|
text-rendering: geometricPrecision;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user