mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-23 14:01:20 +08:00
@ -72,8 +72,12 @@ ion-tab scroll-cotent {
|
|||||||
display: none;
|
display: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
ion-tab {
|
||||||
|
transform: translateY(-200%);
|
||||||
|
}
|
||||||
|
|
||||||
ion-tab.show-tab {
|
ion-tab.show-tab {
|
||||||
z-index: $z-index-selected-tab;
|
transform: translateY(0);
|
||||||
}
|
}
|
||||||
|
|
||||||
ion-tab.show-tab scroll-cotent {
|
ion-tab.show-tab scroll-cotent {
|
||||||
|
@ -13,7 +13,6 @@ $z-index-scroll-content: 1;
|
|||||||
$z-index-refresher: 0;
|
$z-index-refresher: 0;
|
||||||
|
|
||||||
$z-index-page-container: 0;
|
$z-index-page-container: 0;
|
||||||
$z-index-selected-tab: 1;
|
|
||||||
$z-index-toolbar: 10;
|
$z-index-toolbar: 10;
|
||||||
$z-index-toolbar-background: -1;
|
$z-index-toolbar-background: -1;
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user