From df38b0f307aeb24215d22f0ba76a8821ff6bdc6c Mon Sep 17 00:00:00 2001 From: Alexander Tseung Date: Wed, 23 May 2018 14:26:25 -0700 Subject: Fix scrolling in Deposit Ether modal (#4336) --- ui/app/css/itcss/generic/index.scss | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'ui/app') diff --git a/ui/app/css/itcss/generic/index.scss b/ui/app/css/itcss/generic/index.scss index f667eeda8..3525d2003 100644 --- a/ui/app/css/itcss/generic/index.scss +++ b/ui/app/css/itcss/generic/index.scss @@ -191,11 +191,13 @@ input.large-input { } &--full-width { - width: initial; + width: 100% !important; } &--full-height { - height: 100%; + height: 100% !important; + max-height: initial !important; + min-height: initial !important; } &__content { -- cgit