1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-10-22 11:22:43 +02:00

Increase disclaimer scroll box height

This commit is contained in:
Dan Finlay 2016-06-16 16:57:56 -07:00
parent 1f0de5588d
commit 9e7a9e6837

View File

@ -39,7 +39,7 @@ DisclaimerScreen.prototype.render = function() {
h('div', {
style: {
background: 'rgb(235, 235, 235)',
height: '235px',
height: '336px',
width: '80%',
overflowY: 'scroll',