diff --git a/ionic/components/view/view.scss b/ionic/components/view/view.scss index 0af6cdb323..2ea5ab6e0c 100644 --- a/ionic/components/view/view.scss +++ b/ionic/components/view/view.scss @@ -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; } + */ }