From 1532bd2f48a66c6abbd104fe68fbb13021ad7dcb Mon Sep 17 00:00:00 2001 From: Manu MA Date: Thu, 1 Nov 2018 18:29:33 +0100 Subject: [PATCH] fix(tab-bar): safe-bottom area is applied correctly (#16179) * fix(tab-bar): safe-bottom area is applied correctly fixes #16175 * add test --- core/src/components/tab-bar/tab-bar.scss | 4 +++- core/src/components/tabs/test/basic/index.html | 6 ++++++ 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/core/src/components/tab-bar/tab-bar.scss b/core/src/components/tab-bar/tab-bar.scss index 8f77a12898..e54e5f2a87 100644 --- a/core/src/components/tab-bar/tab-bar.scss +++ b/core/src/components/tab-bar/tab-bar.scss @@ -22,7 +22,9 @@ contain: strict; user-select: none; z-index: $z-index-toolbar; - box-sizing: content-box; + + /* stylelint-disable-next-line declaration-no-important */ + box-sizing: content-box !important; } :host(.ion-color) { diff --git a/core/src/components/tabs/test/basic/index.html b/core/src/components/tabs/test/basic/index.html index bee149f395..76db45e1f5 100644 --- a/core/src/components/tabs/test/basic/index.html +++ b/core/src/components/tabs/test/basic/index.html @@ -8,6 +8,12 @@ + +