1
0
Fork 0
mirror of https://github.com/sensebox/blockly-app synced 2025-06-08 18:35:50 +02:00

fix styling issue on some devices

This commit is contained in:
Norwin 2019-02-18 13:18:38 +01:00
parent 0a02ee67e2
commit 816d672383

View file

@ -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;
}