From 3e948fa2d93eb88153ed8de8876747467e0c754c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pau=20Ferrer=20Oca=C3=B1a?= Date: Tue, 28 May 2019 10:14:36 +0200 Subject: [PATCH] MOBILE-3039 tabs: Fix hide tabbar on tablet --- src/components/ion-tabs/ion-tabs.scss | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/src/components/ion-tabs/ion-tabs.scss b/src/components/ion-tabs/ion-tabs.scss index 48c459042..fabba1828 100644 --- a/src/components/ion-tabs/ion-tabs.scss +++ b/src/components/ion-tabs/ion-tabs.scss @@ -37,6 +37,13 @@ ion-app.app-root core-ion-tabs { } } + .tabbar[hidden] + .tabcontent { + width: 100%; + core-ion-tab { + @include position(0, 0, 0, 0); + } + } + .tabcontent { width: calc(100% - #{($core-sidetab-size)}); position: absolute;