MOBILE-4081 style: Do not use display contents on iOS core-loading
parent
6d039ffba8
commit
2a1493b649
|
@ -95,3 +95,11 @@
|
||||||
}
|
}
|
||||||
min-height: 100%;
|
min-height: 100%;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
:host-context(.ios) {
|
||||||
|
&.core-loading-loaded {
|
||||||
|
--contents-display: flex;
|
||||||
|
flex-direction: column;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
Loading…
Reference in New Issue