mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-11-23 02:10:12 +01:00
Increase disclaimer scroll box height
This commit is contained in:
parent
1f0de5588d
commit
9e7a9e6837
@ -39,7 +39,7 @@ DisclaimerScreen.prototype.render = function() {
|
|||||||
h('div', {
|
h('div', {
|
||||||
style: {
|
style: {
|
||||||
background: 'rgb(235, 235, 235)',
|
background: 'rgb(235, 235, 235)',
|
||||||
height: '235px',
|
height: '336px',
|
||||||
|
|
||||||
width: '80%',
|
width: '80%',
|
||||||
overflowY: 'scroll',
|
overflowY: 'scroll',
|
||||||
|
Loading…
Reference in New Issue
Block a user