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:
parent
0a02ee67e2
commit
816d672383
1 changed files with 7 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue