From 9e7a9e68371d498bd6fa053ce07f55e1214a3730 Mon Sep 17 00:00:00 2001 From: Dan Finlay Date: Thu, 16 Jun 2016 16:57:56 -0700 Subject: [PATCH] Increase disclaimer scroll box height --- ui/app/first-time/disclaimer.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ui/app/first-time/disclaimer.js b/ui/app/first-time/disclaimer.js index 05984b54c..76632077d 100644 --- a/ui/app/first-time/disclaimer.js +++ b/ui/app/first-time/disclaimer.js @@ -39,7 +39,7 @@ DisclaimerScreen.prototype.render = function() { h('div', { style: { background: 'rgb(235, 235, 235)', - height: '235px', + height: '336px', width: '80%', overflowY: 'scroll',