mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-11-26 12:29:06 +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: {
|
||||
position: 'absolute',
|
||||
left: 0,
|
||||
top: '36px',
|
||||
},
|
||||
innerStyle: {
|
||||
background: 'white',
|
||||
|
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user