mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-19 03:32:21 +08:00
Default to display: flex on view
This commit is contained in:
@ -13,8 +13,14 @@ ion-view,
|
||||
//display: none;
|
||||
flex-direction: column;
|
||||
|
||||
display: flex;
|
||||
|
||||
/*
|
||||
TODO: This is probably not the most common case,
|
||||
should be display flex first, then remove for special cases.
|
||||
&.show-view {
|
||||
display: flex;
|
||||
}
|
||||
*/
|
||||
|
||||
}
|
||||
|
Reference in New Issue
Block a user