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 f02b6ea commit e4bbcc6Copy full SHA for e4bbcc6
src/components/app/structure.scss
@@ -72,8 +72,12 @@ ion-tab scroll-cotent {
72
display: none;
73
}
74
75
+ion-tab {
76
+ transform: translateY(-200%);
77
+}
78
+
79
ion-tab.show-tab {
- z-index: $z-index-selected-tab;
80
+ transform: translateY(0);
81
82
83
ion-tab.show-tab scroll-cotent {
src/components/app/z-index.scss
@@ -13,7 +13,6 @@ $z-index-scroll-content: 1;
13
$z-index-refresher: 0;
14
15
$z-index-page-container: 0;
16
-$z-index-selected-tab: 1;
17
$z-index-toolbar: 10;
18
$z-index-toolbar-background: -1;
19
0 commit comments