fix styling issue on some devices

ios
Norwin 6 years ago
parent 0a02ee67e2
commit 816d672383

@ -26,4 +26,10 @@
.toolbar-background { .toolbar-background {
background: map-get($colors, primary); background: map-get($colors, primary);
} }
} }
// https://github.com/ionic-team/ionic/issues/16780
// TODO: fixed in ionic-angular 3.9.3
ion-content {
contain: size style;
}

Loading…
Cancel
Save