MOBILE-4081 style: Do not use display contents on iOS core-loading

This commit is contained in:
Pau Ferrer Ocaña 2022-11-23 13:41:53 +01:00
parent 6d039ffba8
commit 2a1493b649

View File

@ -95,3 +95,11 @@
} }
min-height: 100%; min-height: 100%;
} }
:host-context(.ios) {
&.core-loading-loaded {
--contents-display: flex;
flex-direction: column;
}
}