From 7d76e404f2992fcf932ece22fddeabfe230afe0d Mon Sep 17 00:00:00 2001 From: Chi Kei Chan Date: Thu, 14 Sep 2017 11:45:59 -0700 Subject: Make send token responsive; fix desktop send modal height --- ui/app/app.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ui/app/app.js') diff --git a/ui/app/app.js b/ui/app/app.js index 01a67250a..1ca59e406 100644 --- a/ui/app/app.js +++ b/ui/app/app.js @@ -99,7 +99,7 @@ App.prototype.render = function () { h('.flex-column.full-height', { style: { - overflow: 'hidden', + overflowX: 'hidden', position: 'relative', alignItems: 'center', }, -- cgit