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

main
Pau Ferrer Ocaña 2022-11-23 13:41:53 +01:00
parent 6d039ffba8
commit 2a1493b649
1 changed files with 8 additions and 0 deletions

View File

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