mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2026-03-13 10:22:08 +08:00
ion-nav-pane
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
ion-view,
|
||||
.ion-view {
|
||||
|
||||
ion-view {
|
||||
display: flex;
|
||||
position: absolute;
|
||||
top: 0;
|
||||
left: 0;
|
||||
@@ -7,14 +8,4 @@ ion-view,
|
||||
height: 100%;
|
||||
|
||||
background-color: white;
|
||||
|
||||
// by default this is display: none;
|
||||
// and the transition animation will display it
|
||||
//display: none;
|
||||
flex-direction: column;
|
||||
|
||||
&.show-view {
|
||||
display: flex;
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user