1
0
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:
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', { 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',