From 41d5431fab7a4b2d7e4d3ec6d5669b9c16f9df3b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pau=20Ferrer=20Oca=C3=B1a?= Date: Wed, 29 Aug 2018 15:44:19 +0200 Subject: [PATCH] MOBILE-2567 ux: Fix margin when keyboard is open --- src/app/app.scss | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/src/app/app.scss b/src/app/app.scss index 79ae83fe0..17509e20f 100644 --- a/src/app/app.scss +++ b/src/app/app.scss @@ -886,8 +886,14 @@ ion-alert.core-inapp-notification { } } -body.keyboard-is-open core-ion-tabs .tabbar { - display: none; +body.keyboard-is-open { + .scroll-content, .fixed-content { + margin-bottom: 0 !important; + } + + core-ion-tabs .tabbar { + display: none; + } } .item.item-radio, .item.item-checkbox {