We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2fb4089 commit 0b4a359Copy full SHA for 0b4a359
src/components/ion-tabs/core-ion-tabs.html
@@ -7,7 +7,7 @@
7
</span>
8
</div>
9
10
-<div #originalTabs class="tabcontent">
+<div #originalTabs class="tabcontent" [class.tabshidden]="hidden">
11
<ng-content></ng-content>
12
13
<div #portal tab-portal></div>
src/components/ion-tabs/ion-tabs.scss
@@ -27,6 +27,9 @@ ion-app.app-root core-ion-tabs {
27
.ion-page > ion-content > .scroll-content {
28
margin-bottom: $navbar-md-height;
29
}
30
+ .tabshidden .ion-page > ion-content > .scroll-content {
31
+ margin-bottom: 0;
32
+ }
33
34
35
&[tabsplacement="side"] {
0 commit comments