From f23d8c7393732ba2ed3c98f7eead9beb02cd0e92 Mon Sep 17 00:00:00 2001 From: sdtsui Date: Fri, 11 Aug 2017 00:42:09 -0700 Subject: [PATCH] Allow fullscreen scrolling on mobile view, while retaining in-window scroll for laptop --- ui/app/css/itcss/components/newui-sections.scss | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/ui/app/css/itcss/components/newui-sections.scss b/ui/app/css/itcss/components/newui-sections.scss index 01c69f818..edf5d0966 100644 --- a/ui/app/css/itcss/components/newui-sections.scss +++ b/ui/app/css/itcss/components/newui-sections.scss @@ -29,7 +29,10 @@ $wallet-view-bg: $wild-sand; .wallet-view { flex: 33.5 0 33.5%; background: $wallet-view-bg; - overflow-y: scroll; + + @media screen and (min-width: 576px) { + overflow-y: scroll; + } } .wallet-view-title-wrapper { @@ -129,7 +132,6 @@ $wallet-view-bg: $wild-sand; .main-container { margin-top: 35px; width: 100%; - height: 100%; } button.btn-clear {